- ubuntu 12.04
- python 2.7
- java
- elasticsearch
- couchdb
- prostgres
- Download and install sun java
- sudo apt-get install -y alien sudo apt-get update && sudo apt-get install -y git curl alien && alien -i --scripts <path_to_jdk.rpm downloaded from oracle something like ./jdk-7u25-linux-x64.rpm>
sudo apt-get install puppet
bash ./install_datawinners.sh <env=dwdev|dwqa|dwprod>
If you installed env=dwdev you could access server by pointing your browser to https://localhost/
By default uwsgi and nginx serves datawinners application it will be started at machine startup. Optionally you could start/stop using service command sudo service nginx stop sudo service uwsgi stop
sudo service nginx start sudo service uwsgi start