https://github.com/bpetit/rackson
static html generator for rack mounted IT infrastructures documentation and ip addresses managment
https://github.com/bpetit/rackson
Last synced: about 2 months ago
JSON representation
static html generator for rack mounted IT infrastructures documentation and ip addresses managment
- Host: GitHub
- URL: https://github.com/bpetit/rackson
- Owner: bpetit
- License: gpl-3.0
- Created: 2015-02-01T21:34:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T15:29:41.000Z (about 11 years ago)
- Last Synced: 2026-01-27T22:54:55.332Z (5 months ago)
- Language: Python
- Homepage:
- Size: 480 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# rackson #
Rackson's purpose is to permit a simple and clean documentation of an IT infrastructure.
It can be used to document either physical and/or ip layer.
For now, it is just a piece of software that looks at json files (containing data for racks, datacenters, ip addresses, devices, ...) and generates static html files.
State: **experimental**
## How to use ##
Edit json data in `data/` and run `python3 generate.py`.
The html files are in `output`.