Skip to content

Commit

Permalink
Update installation.md -add bot / merc info (#70)
Browse files Browse the repository at this point in the history
added a section on deploying bots and mercenaries from the discord thread https://discordapp.com/channels/212663220849213441/1239228602583879750
  • Loading branch information
kikiviki authored Sep 10, 2024
1 parent 5262b4b commit eb85120
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/akk-stack/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,28 @@ To stop the server, simply use the **make down** command from the root of the **
make down
```

### Deploying Bots

To deploy bots, simply use the
```
make bashcd
server/bin
./world bots:enable
```
command from the root of the **akk-stack** directory.

### Deploying Mercenaries

To deploy Mercenaries, simply use the
```
make bashcd
server/bin
./world mercenaries:enable
```
command from the root of the **akk-stack** directory.



### Deployment Info

To print a handy list of passwords and access URL's, simply use **make info** at the host level of the deployment
Expand Down

0 comments on commit eb85120

Please sign in to comment.