Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Apr 22, 2021
1 parent e9312ac commit 2350b8b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ The original repository with the sources and the workflows to images used by thi

## Getting started

The magic one-line command to have everything up and running:
The magic command sequence to have everything up and running (with an interactive worldserver terminal):

`docker-compose pull && docker-compose up ac-db-import && docker-compose up`
```
docker-compose pull
docker-compose up ac-db-import
docker-compose up -d ac-authserver
docker-compose run --rm ac-worldserver
```

NOTE: The commands above should not be used if you want to keep your server up and running. Please, follow the steps below to proper setup your environment

## Step by step installation

Expand Down Expand Up @@ -50,6 +57,9 @@ docker-compose up -d

### Access the worlserver console and create an account

With `docker-compose up` we have an up and running worldserver as well, but you need to access its interactive shell to
run commands on the worldserver.

Run the following command to get the ID of the worlserver container:

```Bash
Expand Down

0 comments on commit 2350b8b

Please sign in to comment.