From fb10d033992579a830da9edcf15bb27f5aaf0361 Mon Sep 17 00:00:00 2001 From: miraai Date: Mon, 1 Aug 2016 21:48:06 +0200 Subject: [PATCH 1/4] Update DockerGuide.md --- DockerGuide.md | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/DockerGuide.md b/DockerGuide.md index b079c6f3..d112c0e1 100644 --- a/DockerGuide.md +++ b/DockerGuide.md @@ -1,47 +1,51 @@ ## Docker guide with digitalocean #####Prerequisites: -- Digital ocean account (you can use my reflink to support the project and get 10$ after you register http://m.do.co/c/46b4d3d44795/ ) -- Putty (get it here http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) -- A bot account - (follow http://discord.kongslien.net/guide.html) +- Digital ocean account (you can use my [reflink][reflink] to support the project and get 10$ after you register) +- [PuTTY][PuTTY] +- A bot account - follow this [guide][guide] - Common sense -Click on the create droplet button +- Click on the create droplet button ![img](http://i.imgur.com/g2ayOcC.png) -pick one click apps and select docker on 14.04 +- 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 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 +- Click create -You will get an email from digitalocean with your creds now. +You will get an email from DigitalOcean with your credentials 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 +- 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 +- 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` +- 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 +**Your bot is running, enjoy! o/** *When you want to update the bot, just type `docker restart nadeko` as it always downloads latest prerelease* + +[reflink]: http://m.do.co/c/46b4d3d44795/ +[PuTTY]: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html +[guide]: http://discord.kongslien.net/guide.html From c5755af036f44e65e94d3f04bec84b8172d51d82 Mon Sep 17 00:00:00 2001 From: miraai Date: Mon, 1 Aug 2016 21:48:54 +0200 Subject: [PATCH 2/4] Update DockerGuide.md --- DockerGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerGuide.md b/DockerGuide.md index d112c0e1..9aa0bc8d 100644 --- a/DockerGuide.md +++ b/DockerGuide.md @@ -4,7 +4,7 @@ - Digital ocean account (you can use my [reflink][reflink] to support the project and get 10$ after you register) - [PuTTY][PuTTY] - A bot account - follow this [guide][guide] -- Common sense + - Click on the create droplet button ![img](http://i.imgur.com/g2ayOcC.png) From e2c33e4aff1efcdb73234eda84e895cfe994f891 Mon Sep 17 00:00:00 2001 From: miraai Date: Mon, 1 Aug 2016 21:49:35 +0200 Subject: [PATCH 3/4] Update DockerGuide.md --- DockerGuide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DockerGuide.md b/DockerGuide.md index 9aa0bc8d..b27a65a3 100644 --- a/DockerGuide.md +++ b/DockerGuide.md @@ -4,8 +4,9 @@ - Digital ocean account (you can use my [reflink][reflink] to support the project and get 10$ after you register) - [PuTTY][PuTTY] - A bot account - follow this [guide][guide] +- Common sense - +#####Guide - Click on the create droplet button ![img](http://i.imgur.com/g2ayOcC.png) From 33e38848e8eeee130b241450fb6717680e53f9c9 Mon Sep 17 00:00:00 2001 From: miraai Date: Mon, 1 Aug 2016 21:49:50 +0200 Subject: [PATCH 4/4] Update DockerGuide.md --- DockerGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DockerGuide.md b/DockerGuide.md index b27a65a3..4b6ec756 100644 --- a/DockerGuide.md +++ b/DockerGuide.md @@ -4,6 +4,7 @@ - Digital ocean account (you can use my [reflink][reflink] to support the project and get 10$ after you register) - [PuTTY][PuTTY] - A bot account - follow this [guide][guide] +- $5 - Common sense #####Guide