Skip to content

StigsProject/stigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stigs

Stigmergic Allocation System

Build Stigs

  • Install the latest versions of python 2.7 and django 1.8 on your device
  • Clone the project into your preferred folder
  • Open a terminal and switch into this folder
  • Start Stigs with the following command:
  • Create a superuser with the following command:
    • python manage.py createsuperuser
    • follow the terminal instructions
  • Log in with the created superuser under http://127.0.0.1:8000/admin/
  • Try it out and report bugs and issues ;)