FIX: Moved developer stuff to develop-guide

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2021-04-15 12:18:12 +02:00
parent 0834eb239d
commit 92c3d2a78b
2 changed files with 7 additions and 8 deletions

View File

@@ -15,20 +15,17 @@ If you do have any questions / feedback / questions, please open an issue :)
0. `git clone https://github.com/certat/intelmq-docker.git --recursive`
0. `cd intelmq-docker`
0. `docker-compose pull`
0. `cd intelmq-manager`
0. `python3 setup.py`
0. `cd ..`
2. `docker-compose up`
3. Open your favourite browser -> Go to `http://127.0.0.1:1337/`
## For developers
## For developers
Please take a look to DEVELOP-GUIDE.md
## Build and deploy new images
If you want to build/deploy/test this container run
If you want to build/deploy/test this container run
1. `chmod +x build.sh`
0. `chmod +x test.sh`
0. `chmod +x publish.sh`