Skip to content
Snippets Groups Projects
Commit 58bee23f authored by frekk's avatar frekk
Browse files

added dev setup instructions

parent 965e71de
No related merge requests found
......@@ -41,6 +41,17 @@ Eventual / Conceptual Workflow Design
4. Renewing member gets email confirming payment / renewal success
- confirmation link to reactivate account? should this happen between steps 1-2?
Environment Setup
-----------------
- Install `python-virtualenv`
- `git clone https://gitlab.ucc.asn.au/frekk/uccportal uccportal`
- `cd uccportal`
- `virtualenv env`
- Every time you want to do some uccportal development, do `source env/bin/activate` to set up your environment
- install python dependencies to local environment: `pip install -r pip-packages.txt`
- Run the local development server with `gms/manage.py runserver`
-----------------------------------------------------------
GMS - The Gumby Management System [DEPRECATED]
......
Django==2.1.3
django-auth-ldap==1.7.0
pyasn1==0.4.4
pyasn1-modules==0.2.2
python-ldap==3.1.0
pytz==2018.7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment