You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

The thalia working environment is split into four parts:

  • Development - a shared ennvironment for developers to deploy and test new code. Our CI system will build the code from SCM every night and deploy the binary the development server if the build and smoke test are successful.
  • Testing -  used by QA testers and CAT users. The code on the test server is more stable than that on the development server. During the two week QA process, we will release a new build to QA every three days or whenever important bug(s) are fixed. A release note will be sent to QA along with the new release containing a list of issues resolved in this release.We will give our final release candidate to QA three business days before the actual release date. Currently, we are releasing on Monday night every 4 weeks. 
  • Production - live service.  The production servers have their own sets of passwords to protect the production environment: the tomcat manager password on thalia5 and 8, the alfresco admin user's password and regular user's password. Only root instances are allowed in .k5login files.

We don't have a staging environment at this time. Staging is a stable release containing test data for other services to test against.

Nightly builds and smoke tests run on isda-build1.mit.edu . 

 

Development

Testing

Production

hostname

thalia-dev.mit.edu

thalia-test.mit.edu

thalia.mit.edu

IME (back end)

 

thalia2, thalia11

thalia5, thalia8

Alfresco

 

thalia3, thalia12
(currently only thalia12 is in use)

thalia6, thalia9
(currently only thalia6 is in use)

MySQL

 

thalia4, thalia13  (currently only thalia13 is in use)

thalia7, talia10 (currently only thalia7 is in use)

webserviceclient.properties value

http://thalia-dev.mit.edu:8180/alfresco/api

http://isda-thalia12.mit.edu:8080/alfresco/api

http://isda-thalia6.mit.edu:8080/alfresco/api

 

 

 

 

 

 

 

 

  • No labels