Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kevoree/kevoree-registry
- Owner: kevoree
- Created: 2014-08-22T12:01:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T11:17:34.000Z (over 7 years ago)
- Last Synced: 2024-04-10T22:30:19.432Z (9 months ago)
- Language: Java
- Homepage: https://registry.kevoree.org
- Size: 11.4 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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