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 infrastructure@lists.ja-sig.org
Requesting a new Live Site
Please put together a document detailing your choices at each step of this process
Ports and IPs to Use
The following port and IP picking rules MUST be followed to ensure we can have multiple sites hosted on one machine without running into conflicts. The VV in the notes corresponds to the version of the project the site is for
- uPortal Live nightly builds
- 82VV - hsql
- 81VV - tomcat ajp
- 80VV - tomcat shutdown
- 127.0.8.VV - localhost mapping port
- uPortal Live demos
- 92VV - hsql
- 91VV - tomcat ajp
- 90VV - tomcat shutdown
- 127.0.9.VV - localhost mapping port
- Other Projects
- Add a project specific section here that uses a unique port prefix.
Determine the site name
The following site name guidelines have been established. For a new project please extend these guidelines to match and document it here.
- uPortal Nightly live build - upVV-nightly.jasig.org
- uPortal Live Demo - upVV-demo.jasig.org
Create Config Files
- Copy up40-nightly.jasig.org-ssl.conf and customize it to match the new site.
- ServerName:
up40-nightly.jasig.org
toupVV-nightly.jasig.org
- The subdirectory after $
Unknown macro: {APACHE_LOG_DIR}/up40-nightly/}} to {{$
in the two error and custom log lines (there are 4 places to make the change): {{$
Unknown macro: {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_addition which is appended to the servers hosts file and determine the two additional lines needed for the new site.
127.0.8.VV upVV-nightly.local 127.0.8.VV upVV-nightly.jasig.org