Project Liquid is the codename of the new ACM@UIUC website.
The master branch should always be an up to date working version of the website. Please do all developement in a branch and merge when the feature is ready to launch.
Please use the github issue tracker to track tasks and current work.
After cloning to your computer you need to have the following installed:
- mysql
- MAC:
sudo brew install mysql
- Linux:
sudo apt-get install mysql-server
- MAC:
- python-ldap (This is also installed from dependencies.txt below)
- MAC:
sudo pip install python-ldap
- Note: OS X formerly had problems that were solved by instructions here: http://projects.skurfer.com/posts/2011/python_ldap_lion/ - Linux:
sudo apt-get install python-ldap
- MAC:
- everything else in liquid/dependencies.txt
Run python setup.py
Then run the site with python liquid/manage.py runserver