Skip to content

Commit

Permalink
1.0.68 Moved app github actions to the app repo
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 24, 2024
1 parent e6711a7 commit 6b68257
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ The Dockerfile files in each directory contain the instructions to build each co

To build the containers, if necessary, and bring the containers up, run the following command.

git clone https://github.com/webpwnized/mutillidae-docker.git
cd mutillidae-docker
docker compose -f .build/docker-compose.yml up --build --detach
```bash
git clone https://github.com/webpwnized/mutillidae-docker.git
cd mutillidae-docker
docker compose -f .build/docker-compose.yml up --build --detach
```

### Running Services

Expand All @@ -66,7 +68,7 @@ The web application should be running at localhost

Note: The first time the webpage is accessed, a warning webpage will be displayed referencing the database cannot be found. This is the expected behaviour. Just use the link to "rebuild" the database and it will start working normally.

### Automatically building the database
### Using a script to build the database

Alternatively, you can trigger the database build.

Expand All @@ -88,7 +90,7 @@ sudo apt-get install -y ldap-utils
ldapadd -c -x -D "cn=admin,dc=mutillidae,dc=localhost" -w mutillidae -H ldap://localhost:389 -f .build/ldap/configuration/ldif/mutillidae.ldif
```

### Automatically testing the web interface
### Using a script to test the web interface

You can test if the web site is responsive

Expand Down

0 comments on commit 6b68257

Please sign in to comment.