-
-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Espi edited this page Jul 4, 2020
·
12 revisions
Welcome! Here you'll find instructions on how to self-host an instance.
This full guide goes over the details of everything. However, if you know how everything works and want a simple and to-the-point guide, you can read the quick setup guide.
In order to self-host an instance of Hibiki, you'll need to grab a few things:
- Git for version control and downloading
- Node.js for running the bot
- RethinkDB for the database
- A text editor such as VSCode, Vim, nano, etc...
- Preferably a server for permanent hosting, but your PC will work temporarily
Once you've got all of these (instructions are fairly straightforward for Windows and macOS, but may vary for your Linux distro), you can move onto getting everything running. Additional RethinkDB instructions are readable on the RethinkDB page.