ReleaseEngineering/How To/Update a Releng Cluster Site: Difference between revisions
< ReleaseEngineering | How To
Jump to navigation
Jump to search
(Created page with "{{Release Engineering How To|Update a Releng Cluster Site}} All of our sites are hosted using the webops model. To update, the general process is: * login as root on relengwe...") |
(more better tracking) |
||
Line 3: | Line 3: | ||
To update, the general process is: | To update, the general process is: | ||
* login as | * login as you on relengwebadm, then sudo root before running commands below | ||
* cd to /data/releng-stage/src/$site for staging, or /data/releng/src/$site for production | * cd to /data/releng-stage/src/$site for staging, or /data/releng/src/$site for production | ||
* read the README.txt in that directory | * read the README.txt in that directory |
Revision as of 17:19, 10 June 2014
All of our sites are hosted using the webops model.
To update, the general process is:
- login as you on relengwebadm, then sudo root before running commands below
- cd to /data/releng-stage/src/$site for staging, or /data/releng/src/$site for production
- read the README.txt in that directory
- run the ./update script in that directory as directed (sometimes it takes a revision, sometimes you edit requirements.txt, etc.)
Note that not all of our sites have staging instances, but where one exists, it's best to verify your changes there before doing production.