Skip to content

venumurthy/datawinners

 
 

Repository files navigation

##Introduction

Data winners is a data collection application supporting multiple channels like sms, web and smartphone. Goal is to enable seamless data collection, reporting and visualization.

Commercial hosted service is available at http://datawinners.com

####Copyright and license

Copyright 2014 HNI Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

##Developer Guide

##Installation steps

###Requirements

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

###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
    wget -q https://gist.github.com/dileepbapat/6290962/raw/c3596fb5ce050afd7df3323ccf5ddb7f464bdb94/install_datawinners.sh
    bash ./install_datawinners.sh <env=dwdev|dwqa|dwprod>
    
  3. Access your server

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

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

1eb1bd35a72805eedfca3c08c08b3e702df78cb7

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 37.5%
  • JavaScript 36.3%
  • HTML 19.0%
  • CSS 6.2%
  • XSLT 0.8%
  • Shell 0.2%