From 86b6883c75f2b53c4785119459032353d9154ddb Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 1 Aug 2016 17:55:38 +0200 Subject: [PATCH] Create DockerGuide.md --- DockerGuide.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 DockerGuide.md diff --git a/DockerGuide.md b/DockerGuide.md new file mode 100644 index 00000000..e5c84c72 --- /dev/null +++ b/DockerGuide.md @@ -0,0 +1,44 @@ +## Docker guide with digitalocean + +#####Prerequisites: +- Digital ocean account (you can use my reflink to support the project and get 10$ after you register m.do.co/c/46b4d3d44795/) +- Putty (get it here http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) +- Common sense + +Click on the create droplet button +![img](http://i.imgur.com/g2ayOcC.png) + +pick one click apps and select docker on 14.04 + +![img](http://imgur.com/065Xkme.png) + +- pick any droplet size you want (5$ will work ok-ish on a few servers) +- pick location closest to your discord server's location +- Pick a hostname +![img](http://imgur.com/ifPKB6p.png) + +- click create + +You will get an email from digitalocean with your creds now. + +Open putty and type ip adress **you got in your email** with port 22 + +![img](http://imgur.com/Mh5ehsh.png) + +console will open and you will be prompted for a username, type `root` +type in the password you got in the email +confirm the password you just typed in +type in the new password +confirm new password + +when you are successfully logged in, type +`docker run --name nadeko -v /nadeko:/config uirel/nadeko` + +wait for it to download and at one point it is going to start throwing errors due to credentials.json being empty +CTRL+C to exit that +type `docker stop nadeko` +type `nano /nadeko/credentials.json` and type in your credentials +CTRL+X then CTRL+Y to save +type `docker start nadeko` + +Your bot is running, enjoy