Skip to content

Commit 7c38b4f

Browse files
fix(read.me): #199 fix some bugs in the read.me
1 parent 530c592 commit 7c38b4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ only and should not be used in production.
129129

130130
- run `docker compose up`
131131
- After Keycloak is up, open a second terminal window and run
132-
`docker compose up csaf-keycloak-cli` to import a realm with all the users
132+
`docker compose up keycloak-cli` to import a realm with all the users
133133
and roles already set up.
134134
- To set up our CouchDB server open `http://127.0.0.1:5984/_utils/#/setup`
135135
and run the [Single Node Setup](https://docs.couchdb.org/en/stable/setup/single-node.html). This creates databases like **_users** and stops CouchDB from spamming our logs (Admin credentials from .env)
@@ -140,7 +140,7 @@ only and should not be used in production.
140140
- On the left side, navigate to "Clients" and select the Secvisogram client.
141141
- Select the **Credentials** tab and copy the Secret. This is our
142142
`CSAF_CLIENT_SECRET` environment variable.
143-
- [Generate a cookie secret](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview/#generating-a-cookie-secret)
143+
- [Generate a cookie secret](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#generating-a-cookie-secret)
144144
and paste it in `CSAF_COOKIE_SECRET`.
145145
- restart compose
146146
- (required for exports) install [pandoc (tested with version 2.18)](https://pandoc.org/installing.html)
@@ -154,6 +154,7 @@ response from the server.
154154

155155
You should now be able to access Secvisogram, navigate to `http://localhost/`.
156156
There are the following default users:
157+
157158
|User |Password |Roles |
158159
|----- |-------- |----- |
159160
|registered |registered |**registered** |
@@ -199,7 +200,7 @@ http://localhost:8081/swagger-ui/index.html
199200

200201
OpenAPI specification
201202

202-
http://localhost:8081/api-docs/
203+
http://localhost:8081/api-docs
203204

204205
### access couchDB
205206

0 commit comments

Comments
 (0)