Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

tic-ull/arritranco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

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

About

IT inventory tool written in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published