mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
Update README.md
Fix for html building in intelmq-manager, otherwise you get 404
This commit is contained in:
committed by
GitHub
parent
9c44bd34c9
commit
8bfbdcbe44
16
README.md
16
README.md
@@ -14,9 +14,19 @@ If you do have any questions / feedback / questions, please open an issue :)
|
|||||||
0. `sudo apt update && sudo apt upgrade -y && sudo apt install docker.io git docker-compose`
|
0. `sudo apt update && sudo apt upgrade -y && sudo apt install docker.io git docker-compose`
|
||||||
0. `git clone https://github.com/certat/intelmq-docker.git --recursive`
|
0. `git clone https://github.com/certat/intelmq-docker.git --recursive`
|
||||||
0. `cd intelmq-docker`
|
0. `cd intelmq-docker`
|
||||||
0. `sudo docker-compose pull`
|
0. `docker-compose pull`
|
||||||
0. `sudo docker-compose up`
|
0. `cd intelmq-manager`
|
||||||
0. Open your favourite browser -> Go to `http://127.0.0.1:1337/`
|
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
|
||||||
|
|
||||||
|
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`
|
1. `chmod +x build.sh`
|
||||||
|
|||||||
Reference in New Issue
Block a user