-
Notifications
You must be signed in to change notification settings - Fork 1
DeploymentProcess
marqh edited this page May 5, 2015
·
1 revision
- 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/scitcf-x
tar -cvhf rpm/SOURCES/registry-core-tt-acv-{x}.tar.gz rpm/SOURCES/scitcf-x
- build the scitcf rpm
rpmbuild -bb rpm/SPECS/scitcf-{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/oauth/oauth.conf
- deploy the new scitcf-{x} RPM
- configure nginx to enable https and pass through to tomcat nginx