Fixed formatting in sentry/content.md
This commit is contained in:
parent
b8bd146292
commit
1e9d93eb54
|
|
@ -31,15 +31,15 @@ Sentry is a realtime event logging and aggregation platform. It specializes in m
|
||||||
|
|
||||||
2. Start a Postgres container
|
2. Start a Postgres container
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
|
$ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Generate a new secret key to be shared by all `sentry` containers. This value will then be used as the `SENTRY_SECRET_KEY` environment variable.
|
3. Generate a new secret key to be shared by all `sentry` containers. This value will then be used as the `SENTRY_SECRET_KEY` environment variable.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run --rm sentry generate-secret-key
|
$ docker run --rm sentry generate-secret-key
|
||||||
```
|
```
|
||||||
|
|
||||||
4. If this is a new database, you'll need to run `upgrade`
|
4. If this is a new database, you'll need to run `upgrade`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,15 +18,15 @@ Sentry is a realtime event logging and aggregation platform. It specializes in m
|
||||||
|
|
||||||
2. Start a Postgres container
|
2. Start a Postgres container
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
|
$ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Generate a new secret key to be shared by all `%%REPO%%` containers. This value will then be used as the `SENTRY_SECRET_KEY` environment variable.
|
3. Generate a new secret key to be shared by all `%%REPO%%` containers. This value will then be used as the `SENTRY_SECRET_KEY` environment variable.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run --rm sentry generate-secret-key
|
$ docker run --rm sentry generate-secret-key
|
||||||
```
|
```
|
||||||
|
|
||||||
4. If this is a new database, you'll need to run `upgrade`
|
4. If this is a new database, you'll need to run `upgrade`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue