https://github.com/nordunet/ni
NORDUnet Network Inventory Project
https://github.com/nordunet/ni
Last synced: 2 months ago
JSON representation
NORDUnet Network Inventory Project
- Host: GitHub
- URL: https://github.com/nordunet/ni
- Owner: NORDUnet
- License: other
- Created: 2018-12-21T09:23:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T12:39:58.000Z (2 months ago)
- Last Synced: 2025-04-09T13:24:36.294Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.69 MB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
This is the NORDUnet Network Inventory projects collection of tools and applications.
Some background reading can be found at https://portal.nordu.net/display/NI/NORDUnet+Network+Inventory.
Other components needed:
- neo4j >= 3.4 and < 4.0
- postgresql 9.4 or newer## Quick up and running in a docker instance
```
$ docker-compose -f docker/compose-dev.yml up
```Create super user
```
$ docker-compose -f docker/compose-dev.yml run --rm manage createsuperuser
```# Customisation
Using a dotenv file it is possible to change colors of links and logo, as well as adding branding text see [an example here](src/niweb/dotenv).