Skip to content

Instantly share code, notes, and snippets.

@mikeclarke
Created December 12, 2010 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeclarke/738372 to your computer and use it in GitHub Desktop.
Save mikeclarke/738372 to your computer and use it in GitHub Desktop.
Installing and running Acuity
easy_install -U pip
pip install -U virtualenv
cd /install/directory/location/
virtualenv --no-site-packages acuity
cd acuity/
source bin/activate
pip install django
pip install twisted
# Running the application
cd /install/directory/location/acuity/
source bin/activate
twistd -ny server.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment