Skip to content

Instantly share code, notes, and snippets.

@Artuto
Created July 1, 2017 00:58
Show Gist options
  • Save Artuto/621df1d67208f35602b74e146bc29854 to your computer and use it in GitHub Desktop.
Save Artuto/621df1d67208f35602b74e146bc29854 to your computer and use it in GitHub Desktop.
Setting up RC24 Bot (Windows)
The RC24 Bot is available too on Windows. Just follow these steps:
1. Download and Install [Ruby for Windows](https://rubyinstaller.org/downloads/)
_Note: Make sure to setup the PATH of Ruby._
2. Start a new Command Prompt Window.
3. Type ```gem install bundler``` and then hit enter.
4. Now go to your Desktop or wherever and download the source code of the bot by clicking "Clone or Download", then on "Download ZIP" and extract it.
5. On the Command Prompt navigate into the folder.
6. Now edit the file named ```config.rb.example``` [with the required info](https://github.com/fl0co/RC24-Bot/wiki/Setting-up-RC24-Bot) and rename it to ```config.rb```
7. Now run ```bundler install```
8. When the command finishes type ```run_windows.bat``` and then hit enter.
And... Voilá! You now have your own instance of the bot running. To add it to your server follow the link printed on the Console.
_Optional: You can edit ```data\settings.yml``` to include more error codes. These codes should be executed with the prefix ```FORE``` or ```NEWS```_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment