aboutsummaryrefslogtreecommitdiffstats
path: root/nms
Commit message (Collapse)AuthorAgeLines
* NMS: Add FreezeThaw dependencyKristian Lyngstol2016-03-10-0/+1
| | | | Needed for hash generation. No idea how solid it is, but worth a shot.
* nms: Update schemaKristian Lyngstol2016-03-10-0/+0
|
* nms: Fixed postgresql password in DockerfileNicolai Tellefsen2016-03-07-0/+1
| | | | | Imported nms-dump.sql.gz might overwrite the password defined by our dockerfiles. Added an ALTER command to update password after db import.
* NMS: Update schemaKristian Lyngstol2016-03-04-0/+0
|
* More cleanup.Joachim Tingvold2016-03-02-135/+0
|
* Readme work. missing last steps of the process.Magnus Kirø2016-02-29-0/+18
|
* tabs to spaces!Magnus Kirø2016-02-29-15/+15
|
* Stupid me, forgot to replace tabs with spaces!Magnus Kirø2016-02-29-59/+57
|
* Added buildfolder to local gitignore file. Dont need autogenerated stuff in ↵Magnus Kirø2016-02-29-0/+1
| | | | reop.
* Dont use tabs for spaces its just ugly, so I pretyfied it.Magnus Kirø2016-02-29-36/+36
|
* nms: Update add_switches.txt.pl to output an arraryKristian Lyngstol2016-02-29-0/+0
|
* nms: Add database schemaKristian Lyngstol2016-02-26-0/+0
|
* nms: Docker: Finally works "out of the box"Kristian Lyngstol2016-02-21-5/+816
| | | | | | | | | | | | Need nms-dump.sql.gz Running: docker run -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged --rm -ti --name=db nms-db docker run -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged --rm -ti --name=front --link=db:db nms-front And then access front facing ip of, err, front.
* nms: More docker/config work for tg16Kristian Lyngstol2016-02-20-11/+47
|
* nms: Work on default setupKristian Lyngstol2016-02-20-1/+13
|
* nms: Docker cmd line noteKristian Lyngstol2016-02-20-0/+1
| | | | because it's so easy to remember this garbage
* nms: Minor dockerfile additionKristian Lyngstol2016-02-20-0/+3
| | | | Not usable yet.
* nms: Start docker-stuffKristian Lyngstol2016-02-20-0/+216