Skip to content

TangentMicroServices/ProjectService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectService

![Build Status](http://jenkins.tangentme.com/buildStatus/icon?job=Build ProjectService)

A Service for managing projects

Setting Up

  1. Start and activate environment

     virtualenv env
     source env/bin/activate
    
  2. Run the requirements

     pip install -r requirements.txt
    
  3. Install the database

     python manage.py syncdb
     python manage.py migrate
    
  4. Run the initial data (if required - this is test data only)

     python manage.py loaddata data/test.json
    
  5. Run the tests to ensure the project is up and running correctly

     python manage.py test
    
  6. Run the application

     python manage.py runserver
    

##Build the Docs

cd docs     
make html

##Auto Build the Docs as you Edit

cd docs
sphinx-autobuild source build/html -p3000

About

Kick-start projects by creating Github Project, Hipchat Room, Jenkins Deployments, Pivotal Project, etc.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors