Jasig has an Amazon EC2 instance that is integrated with our Bamboo build server. This EC2 instance is designated for live nightly builds and curated demos of Jasig projects. If your project is interested in getting a site setup please follow the instructions below and then pass the information on to to infrastructure@lists.ja-sig.org infrastructure@apereo.org
Live Site Build Requirements
...
- uPortal Live nightly builds
- 82VV - hsql
- 81VV - tomcat ajp
- 83VV - tomcat http
- 80VV - tomcat shutdown
- 127.0.8.VV - localhost mapping port
- uPortal Live demos
- 92VV - hsql
- 91VV - tomcat ajp
- 93VV - tomcat http
- 90VV - tomcat shutdown
- 127.0.9.VV - localhost mapping port
- Other Projects
- Add a project specific section here that uses a unique port prefix.
...
- Copy up40-nightly.jasig.org-ssl.confand customize it to match the new site.
- ServerName:
up40-nightly.jasig.org
toupVV-nightly.jasig.org
- The subdirectory after ${APACHE_LOG_DIR} in the two error and custom log lines (there are 4 places to make the change):
${APACHE_LOG_DIR}/up40-nightly/
to${APACHE_LOG_DIR}/upVV-nightly/
- The proxy pass/reverse host and IP based:
up40-nightly.local:8140
toupVV-nightly.local:81VV
- ServerName:
Update hosts file
Look at hosts_additionwhich is appended to the servers hosts file and determine the two additional lines needed for the new site.
No Format 127.0.8.VV upVV-nightly.local 127.0.8.VV upVV-nightly.jasig.org