Skip to content

Dr-Ari-Gami/website

 
 

Repository files navigation

discordboats.club

Community oriented, open-source Discord bot list.

Self hosting the bot list for development

Please don't host this bot list publicly.

We've only tested this on Windows and Linux at the moment, feel free to make a PR editing this README file if you've found it to work on other OSes too.

  • Clone the repository.
  • Run npm install or yarn, this will install all dependencies and enable the git hooks.
  • Setup a RethinkDB instance on your local machine, reproduce the following structure:
    [database] [table]

discordboatsclubv1.comments

discordboatsclubv1.users

discordboatsclubv1.likes

discordboatsclubv1.sessions

discordboatsclubv1.bots

  • Rename the config.json.example to config.json and fill in the required fields with your Discord application details.
  • Run the app, pm2 start app.js
  • I recommend you setup a backup system with rethinkdb and enable automatic backups

About

The actual site code (including the discord bot)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.0%
  • JavaScript 45.3%
  • CSS 1.7%