Git Product home page Git Product logo

akonkol / spur Goto Github PK

View Code? Open in Web Editor NEW
19.0 7.0 9.0 350 KB

Spur is a web based network configuration manager. It allows you to ssh or telnet to any networked device (cisco routers, linux hosts,etc) and run commands through a web front-end. The results of these commands are stored and can be diff'd. Emails can be sent when there is a diff, if you want.

Home Page: www.copyandwaste.com

JavaScript 33.73% Python 66.27%

spur's Introduction

Spur Setup 

Spur is a web based network configuration manager. It allows you to ssh or telnet to any device and run commands through a web front-end. The results of these commands are stored and can be diff'd. Emails can be sent when there is a diff if you want.

System Requirements 
-----------------------

Python  - simply type "which python" in a command prompt to see if python is installed

Django 1.4 - 

wget http://www.djangoproject.com/m/releases/1.4/Django-1.4.1.tar.gz

tar xzvf Django-1.4.1.tar.gz

cd Django-1.4.1

sudo python setup.py install


sqlite, mysql, postgres -  I suggest running sqlite if you don't want to setup a daemon style db

sudo apt-get install sqlite


Python Requirements

croniter - sudo easy_install croniter 
django-mptt - sudo easy_install django-mptt
pytz - sudo easy_install pytz


Spur Instalattion
----------------

Once you've met the system and python requirements, grab a copy of spur

git clone https://github.com/akonkol/spur.git

cd spur

vi spur/spur_settings.py #edit this file to match your enviornment

python manage.py syncdb #create an admin user

python manage.py runserver 0.0.0.0:8000

Create a cronjob for spur

crontab -e

* * * * * /path/to/spur/manage.py spur-cron

Browse to spur http://your_fqdn_or_ip:8000

spur's People

Contributors

akonkol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.