Skip to content

Instantly share code, notes, and snippets.

@kurhula
Last active June 20, 2022 09:50
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 kurhula/1121bcad8516bc19d46d to your computer and use it in GitHub Desktop.
Save kurhula/1121bcad8516bc19d46d to your computer and use it in GitHub Desktop.
Madyondza Dictionary Django MacOS & Ubuntu
git clone git@github.com:LocalDigital/madyondza-cms-dictionary.git dictionary
cd dictionary
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
# install postgres if not installed
postgres -D /usr/local/var/postgres
# install foreman if not installed
foreman start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment