Download • Fork • License • Test coverage • Documentation • Version 1.12.11 Gorilla
See also the full installation guide.
1. Prerequisite
sudo apt-get install build-essential git-core python python-pip python-dev libmemcached-dev libpq-dev libxslt1-dev libxml2-dev libxml2 libjpeg8-dev
sudo pip install virtualenv
2. Download the project
git clone [email protected]:jplusplus/detective.io.git
cd detective.io
3. Install
make install
make run
Then visit http://127.0.0.1:8000
This small application uses the following tools and opensource projects:
- Django Framework - Backend Web framework
- Neo4django - Object Graph Mapper for Neo4j
- Tastypie - RestAPI for Django
- AngularJS - Javascript Framework
- UI Router - Application states manager
- Underscore - Utility library
- Bootstrap - HTML and CSS framework
- Less - CSS pre-processor
- CoffeeScript