GithubHelp home page GithubHelp logo

jossingram / tola-activity Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 45.28 MB

Based on Tola Data, includes more project and activity specific functionality.

License: GNU General Public License v2.0

Shell 0.01% Python 6.55% CSS 7.24% JavaScript 51.61% HTML 31.98% Java 2.53% PHP 0.08%

tola-activity's Introduction

Tola Activity

http://mercycorps.github.io/tola-activity

Tola activity extends the functionality of Tola data to include a set of forms and reports for managing project activities for a Program. It includes workflow for approving and completing projects as well as sharing the output data.

Tola Data fucntionality http:www.github.com/mercycorps/tola is intended to allow importing and exporting of project specific data from 3rd party data sources or excel files.

USING virtualenv

mkdir frds_project cd frds_project (Install virtualenv) pip install virtualenv

cd frds_project

Create Virtualenv

virtualenv โ€”no-site-packages frds-venv

  • use no site packages to prevent virtualenv from seeing your global packages

. frds-venv/bin/activate

  • allows us to just use pip from command line by adding to the path rather then full path

##Activate Virtualenv source frds-venv/bin/activate

Fix probable mysql path issue (for mac)

export PATH=$PATH:/usr/local/mysql/bin

  • or whatever path you have to your installed mysql_config file in the bin folder of mysql

pip install -r requirements.txt

Set up DB

python manage.py syncdb

Run App

If your using more then one settings file change manage.py to point to local or dev file first python manage.py runserver 0.0.0.0:8000 GOOGLE API sudo pip install --upgrade google-api-python-client

  • 0โ€™s let it run on any local address i.e. localhost,127.0.0.1 etc.

tola-activity's People

Contributors

joash avatar brianpatrickarthur avatar

Watchers

James Cloos avatar Joss Ingram avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.