mirror of https://github.com/MISP/misp-docker
Update readme for dev/test process
parent
33e3155774
commit
d13daa6f2d
16
README.md
16
README.md
|
@ -27,14 +27,14 @@ This is based on some of the work from the DSCO docker build, nearly all of the
|
||||||
|
|
||||||
## Development/Test
|
## Development/Test
|
||||||
|
|
||||||
- Pull the repository
|
- Grab the `docker-compose.yml` file and the `server-configs` directory
|
||||||
- Copy the "default" configs removing "default" and edit the files in `server-configs`
|
- [Optional] Copy the "default" configs removing "default" and edit the files in `server-configs`
|
||||||
- Note: A dry run without this step will try and make a sane DEV build for docker-compose
|
- Note: A dry run without this step will try and make sane DEV configs
|
||||||
- Run `generate.sh` in `./ssl` to generate some fake certs
|
- `docker-compose up`
|
||||||
- `docker-compose up --build`
|
- Login to `https://localhost`
|
||||||
- Login with
|
- User: `admin@admin.test`
|
||||||
- User: admin@admin.test
|
- Password: `admin`
|
||||||
- Password: admin
|
- Profit
|
||||||
|
|
||||||
## Production
|
## Production
|
||||||
- Use docker-compose, or some other config management tool
|
- Use docker-compose, or some other config management tool
|
||||||
|
|
Loading…
Reference in New Issue