1.8 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Docker guide with digitalocean
#####Prerequisites:
- Digital ocean account (you can use my reflink to support the project and get 10$ after you register)
- PuTTY
- A bot account - follow this guide
- $5
- Common sense
#####Guide
- 
Pick any droplet size you want (5$ will work ok-ish on a few servers) 
- 
Pick location closest to your discord server's location 
- 
Click create 
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
- 
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.jsonbeing empty
- 
CTRL+C to exit that 
- 
Type docker stop nadeko
- 
Type nano /nadeko/credentials.jsonand type in yourcredentials
- 
CTRL+X then CTRL+Y to save 
- 
Type docker start nadeko
- 
Type docker logs -f nadekoto see the console output
Your bot is running, enjoy! o/
When you want to update the bot, just type docker restart nadeko as it always downloads latest prerelease



