- Clone repository from Github
- Install and configure an empty postgreSQL database
- Install requirements outlined in requirements.txt with
pip install -r requirements.txt - Run
python manage.py makemigrationsandpython manage.py migrate - Start the redis server
- Start the Django server with 'python manage.py runserver'
- Breeze is now running on your localhost
- Create feature branch from development
- Do work on feature branch
- Merge feature branch back into development with
git merge --no-ff branch-name - When code in development branch is deemed production ready, it can be merged into master