Skip to content

Project Development Interface for Social Justice and Advocacy Work

Notifications You must be signed in to change notification settings

apongos/awmachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awmachine

Project Development Interface for Social Justice and Advocacy Work

To see mock-up, go to awmachine/ and open index.html with web browser.

Getting started

Getting the app up and running on your localhost

Install pip

apt install pip # debian / ubuntu
easy_install pip # mac (may have to use sudo)

Install virtualenv (if not installed)

sudo pip install virtualenv

Clone and serve

git clone https://github.com/apongos/awmachine
cd awmachine
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py runserver # serve on port 8000, view in browser; Ctrl+C to kill process
deactivate # turn off virtual environment
````

About

Project Development Interface for Social Justice and Advocacy Work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •