guide icon indicating copy to clipboard operation
guide copied to clipboard

feat: Deployment Section

Open tristancamejo opened this issue 3 years ago • 3 comments

Why

Once someone finishes the guide and makes the world's next best bot the main thing going through their head is. "how to make the bot stay online without my computer being on." This pull request will solve this issue by adding simple deployment instructions to deploy using Docker and later down the track others can contribute to the Deployment section by adding more strategies.

tristancamejo avatar Feb 28 '22 06:02 tristancamejo

Sorry, everyone I've been very busy with school to finish this, I'm nearly done with all my assignments and will finish it off soon.

tristancamejo avatar Mar 27 '22 09:03 tristancamejo

i think it should be merged

huntriscool avatar May 11 '22 00:05 huntriscool

Some if not all commands seem intended to be run on a Linux machine, for example, the touch command is used in the "Creating a Dockerfile" page which afaik is not available on windows but there is no comment that we expect you to run this in a Linux environment.

svemat01 avatar Jul 29 '22 17:07 svemat01