network_inventory/README.org
Andreas Zweili f142d2192a update tasks
2017-12-27 17:13:03 +01:00

1.3 KiB

network_inventory

I started this project in order to have solution for keeping an inventory over my various servers and other network equipment.

Setup

  1. Clone the repository
  2. Create a virtual environment inside of the repository for example with:
python3 -m venv /path/to/repository
  1. Cd into the repository and execute the setup.sh script. It will do some clean up tasks, install some python dependencies into the virtual environment, setup the database and a default user with the login admin and the password password.
  2. Afterwards you can run:
./manage.py runserver

In order to run the developmenent server and access the application at http://localhost:8000

Todos

TODO Setup an Ansible role

NEXT Create an Apache configuration
NEXT move the database to mariadb
NEXT setup a server
NEXT configure htaccess or something similar

NEXT extend the CSS

  • A more centered layout would be nice
  • Maybe some colours

DONE Create a list for all the cron jobs

CLOSED: [2017-12-27 Wed 16:45]

Developemenet

For a detailed documentation of the source have a look at the documentation.