-
Notifications
You must be signed in to change notification settings - Fork 1
Home
marqh edited this page Apr 1, 2015
·
4 revisions
- obtain a linux host linked to a domain
- obtain a certificate for secure connections to this domain
- build the java project, using:
- mvn clean package -Dmaven.test.skip=true
- build the SOURCE tarball, containing the contents of rpm/SOURCES/registry-core-tt-acv-x
tar -cvhf rpm/SOURCES/registry-core-tt-acv-{x}.tar.gz rpm/SOURCES/registry-core-tt-acv-x
- build the registry-core-tt-acv rpm
rpmbuild -bb rpm/SPECS/registry-core-tt-acv-{x}.x86_64.spec
- register the new application at https://console.developers.google.com/project
- create an oauth file on the host OAuth at:
- /opt/tt-acv/oauth.conf
- deploy the new registry-core-tt-acv-{x} RPM
- configure nginx to enable https and pass through to tomcat nginx