Skip to content

Commit

Permalink
📝 reorder setup
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 28, 2024
1 parent 064c3db commit b20dea7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ character sets (UTF-8) and [terminal capabilities][] are taken advantage of.

## Setup

### Build the docker images

```shell
# in the docker/ directory
docker compose build
```

### Create a configuration file and generate host keys

```shell
Expand All @@ -101,6 +94,13 @@ cp config.example.toml config.toml
ssh-keygen -f ssh_host_key -t rsa -b 4096 # do not use a passphrase
```

### Build the docker images

```shell
# in the docker/ directory
docker compose build
```

### Create and seed the database

> Note the use of the `cli` and `user` service containers, which are only spun
Expand Down

0 comments on commit b20dea7

Please sign in to comment.