Skip to content

Setting up a local copy

Ceasar edited this page Mar 15, 2012 · 3 revisions
  • Go to phpmyadmin and make a new database for yourself by copying an existing one.
  • Add a user to the database with root permissions. You will use this to connect to the db.
  • Edit /etc/apache2/site-available/default. Search for Common Funding Applications and copy one of the existing settings.
  • Run "python manage.py collectstatic -l" to symlink static files (don't forget the "-l" for symlinks).
Clone this wiki locally