Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.71 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.71 KB

djangoboot

No Maintenance Intended

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

License

djangoboot is Copyright (c) 2017 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.

About

sophilabs.co

djangoboot is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.