nadeko/README.md

28 lines
882 B
Markdown
Raw Normal View History

2016-05-06 08:19:30 +00:00
# NadekoBot a Discord bot
Nadeko is written in C# and Discord.net for more information visit https://github.com/Kwoth/NadekoBot
## Docker Usage
```
2016-05-09 07:50:26 +00:00
docker create --name nadeko -v /<appdata>:/config uirel/nadeko
2016-05-06 08:19:30 +00:00
```
2016-05-09 07:50:26 +00:00
Edit the <appdata> path to the location you want to store your credentials.json files. eg /appdata or /nadeko
2016-05-06 08:19:30 +00:00
2016-05-09 07:50:26 +00:00
Edit your credentials.json file per the guide @ https://github.com/Kwoth/NadekoBot then
```
docker start nadeko
```
2016-05-06 08:19:30 +00:00
**Parameters**
2016-05-09 07:50:26 +00:00
* -v /<appdata>:/config - This is the file location of your persistent information. Your DB and credential information
2016-05-06 08:19:30 +00:00
## Updates / Monitoring
2016-05-06 08:35:56 +00:00
* Upgrade to the latest version of Nadeko simply `docker restart nadeko`.
2016-05-06 08:19:30 +00:00
* Monitor the logs of the container in realtime `docker logs -f nadeko`.
2016-05-06 08:20:57 +00:00
For information about configuring your bot or its functionality, please check the https://github.com/Kwoth/NadekoBot guides.