Please share your favourite tips and tricks here.

Release

Database

Schema changes

How to fix a bug ?

Here are the steps to follow :

Using Virtualenv

Virtualenv will let you setup a working environment for loco-team-portal that will not conflict with your system-wide environment. This is the best way to work on LD locally if you're running something other than Ubuntu 10.04 (Lucid).

  1. sudo apt-get install python-virtualenv
  2. cd {branch root}
  3. virtualenv --python=/usr/bin/python2.6 .env
  4. source .env/bin/activate
  5. pip install -r requirements.txt

Hint: Run "deactivate" to leave the virtualenv

= Django Commands and Install Commands =

Sync Database(different from the make commands)

OpenID Sync

This may take a while, a very long while. As the IRC channel has said, start this command and then


CategoryLoco

LoCoTeamPortal/Development (last edited 2011-11-17 02:48:43 by ip72-196-101-83)