Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevoree/kevoree-registry

Registry server for Kevoree (hosting/delivering Kevoree models)
https://github.com/kevoree/kevoree-registry

Last synced: about 1 month ago
JSON representation

Registry server for Kevoree (hosting/delivering Kevoree models)

Awesome Lists containing this project

README

        

Kevoree Registry
==========================
**Spring-Boot Server and Angular Client**

## Development
*Start the dev server at **localhost:8080***
``` bash
./mvnw spring-boot:run
```

## Production
*Create an executable **.war***
``` bash
./mvnw package -Pprod
```

## Start-up script using Docker
*All-in-one script to start a new Kevoree Registry*
``` bash
# download the script
wget https://raw.githubusercontent.com/kevoree/kevoree-registry/master/src/main/docker/kevoree-registry.sh
# make it executable
chmod +x kevoree-registry.sh
# execute the script using your own data
./kevoree-registry.sh [mail_user] [mail_domain] [registry_fqdn]
```
*eg.* `./kevoree-registry.sh registry kevoree.org https://registry.kevoree.org`
*with:*
- `registry` being the mail user name
- `kevoree.org` being the mail server domain
- `https://registry.kevoree.org` being the fqdn of your registry