8la/arritranco
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Arritranco:
===========
Arritranco aims to be a Django based inventory IT tool.
It should integrate with monitoring systems such as nagios and cacti, and offer an easy to use API.
This application will be written in python using Django framework.
Some interesting things:
* http://django-rest-framework.org/
* http://www.cacti.net/downloads/docs/html/scripts.html
* http://www.fabfile.org/
* https://github.com/taichino/croniter
* http://www.celeryproject.org/
* https://github.com/haypo/python-ipy
* https://github.com/django-debug-toolbar/django-debug-toolbar
* https://github.com/django-extensions/django-extensions
* http://south.aeracode.org/
How to build your development environment:
------------------------------------------
- git clone https://github.com/tic-ull/arritranco.git
- virtualenv virtualenv
- . ./virtualenv/bin/activate
- Install packages on packages.txt
- pip install -r requirements.txt
- cd arritranco
- ./manage.py syncdb --migrate