Skip to content

hltdi/guampa

Repository files navigation

guampa

The collaborative translation website from HLTDI.

Installation for hacking on it

Make sure you have Python 3.3 or higher, with pip and virtualenv installed (Ubuntu package python-virtualenv).

  • check out the source
  • $ scripts/setup_virtualenv.sh
  • $ source venv/bin/activate
  • $ scripts/create_db.sh
  • $ scripts/devserver.sh

Now you should be good to go!

Deploying to a server

Please see DeployingWithApache -- should work with other WSGI-enabled web servers too -- if you run it on another one (nginx, say), let us know!

libraries and other people's code included