Skip to content

mangroveorg/datawinners_django1.4

Repository files navigation

Installation steps

Requirements

  • ubuntu 12.04
  • python 2.7
  • java
  • elasticsearch
  • couchdb
  • prostgres

0. Setting up your environment

  1. 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>

2. Install puppet

sudo apt-get install puppet
bash ./install_datawinners.sh <env=dwdev|dwqa|dwprod>

4. Access your server

If you installed env=dwdev you could access server by pointing your browser to https://localhost/

5. Run the server

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

About

Upgrade Django from version 1.3 to 1.4

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors