Skip to content

Commit

Permalink
Add docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Oct 2, 2016
1 parent 7f97b7d commit 567645c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ configuration file as per the instruction below, then provision the machine.
vagrant up
```

### docker

1. Clone the repository.
2. Copy settings file - `cp .screeps_settings.dist.yaml .settings.yaml`
3. Edit settings with the appropriate API keys.
4. Build your docker image- `docker build -t screepsnotify .`
5. Test to make sure it works- `docker run screepsnotify`
6. Add a cronjob to call `docker run screepsnotify` as often as you wish.


### Self Hosting

Expand Down

0 comments on commit 567645c

Please sign in to comment.