Steps to follow to update Demo and Beta sites
Access to the server
For security reasons, credentials will be not shown at this wiki. Ask for them to the Sys Admin team. To access to the machines:
ssh -l <user> <ip>
Update the machine
First, activate the virtualenv:
source virtualenv/bin/activate
Then, execute the update script:
./scripts/update
