This is the INSTALL file for Brainch. This document provides convenient steps so a user/developer can have Brainch running quickly. Brainch has been successfully tested on both GNU/Linux and Mac OS X Tiger Operating Systems. ### Dependencies Please first install these software in order to get Brainch running properly: - Django - SQLite3 - PySQLite2 - Git - Git-Python - google-diff-match-patch ### Installation 1. Once you've installed the required dependencies: cd /path/to/brainch/mysite 2. Build the database: python manage syncdb (The prompt will ask for the admin infos.) (Initial data will be loaded:) (a "Brainch" group, and the "Free Art Licence 1.3") 3. Run the django webserver: python manage.py runserver 4. Open a web browser and visit this URL: That's it! You can manage the users, their repositories and the licences via the web admin interface at .