Skip to content

How to hosting yourself

音羽みのり edited this page Jun 9, 2022 · 1 revision

Make sure U already prepare these for hosting

  • gcc
  • g++
  • python
  • node.js(v16+)

And following these steps.

  1. Clone this project.
  2. Using this command.
npm install

If U have any problems with gyp U can using npm install --python=YourPythonVersion instead npm install

  1. Copy example.env to .env and edit it.
    Wanna know how to edit env?
    Check here.
  2. Using this command for deploy command and run bot
npm run full
Clone this wiki locally