Skip to content

harshitagg/open311

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

  • Python 2.7.x
  • virtualenv
  • pip

INSTALL

  • Clone the repository somewhere on your disk
  • Create a virtualenv
virtualenv --no-site-packages ve311
  • Activate the virtualenv you just created.
source ve311/bin/activate
  • Install the required Python libraries, some of have native extensions, so you should have gcc installed
pip install -r open311/requirements.pip
  • Go to the test directory, hopefuly all the tests should pass.
cd open311/tests
  • Run the application in development mode and start hitting the services
cd open311
python main.py

That's all for now. Ask me questions on @diptanu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •