Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 948 Bytes

install.md

File metadata and controls

41 lines (28 loc) · 948 Bytes
title nav_order layout parent
Installation
1
default
v3

Basic installation

Prerequisites

Installation

  1. Start by cloning the repository and switching to the v3 branch:

    git clone https://github.com/KartulUdus/PoracleJS.git --branch v3
    
  2. Either create a Discord Bot, add it to your server and take note of your token for later.

    or

    create a Telegram Bot, create a group and add the bot to it and note your token for later.

  3. Copy the config file (cp .env.example .env) and fill out the required options like database credentials and bottoken.

  4. Install package requirements:

    npm install
    
  5. Start Poracle:

    npm start
    
  6. That's it, now proceed to Enter some commands.