/djangoboot

Site for starproject, startapp and cookiecutter templates.

Primary LanguageCSSMIT LicenseMIT

djangoboot

Is a web application intended to explore templates for django-admin.py projects/apps and cookiecutter.

Try it: http://djangoboot.com

Authors

Credits and Thanks

Installation

git clone git@github.com:sophilabs/djangoboot.git
cd djangoboot
virtualenv ~/envs/djangoboot --distribute
source ~/envs/djangoboot/bin/activate
pip install -r requirements/development.txt
cd app
#Create your postgres database first
python manage.py syncdb --migrate
python manage.py runserver

Solr

wget http://mirrors.sonic.net/apache/lucene/solr/4.4.0/solr-4.4.0.tgz
tar --extract --file=solr-4.4.0.tgz
cd solr-4.4.0/example
cp -R <djangoboot-path>/solr solr-4.4.0/example/solr/boots
java -jar start.jar