Peak Modifications Docs > Product Documentation > Peak Tickets V1 > Installation

Installation

If you have never done this before you need to go to the Getting Started Guide first.

Installing Bot Files

Extract the files into a folder where you wish to run the bot from. The /home/{username} directory should work.

Starting Peak Tickets

Navigate to the folder of your bot via cd

cd /home/{username}/PeakTickets

Run the following command to install all required packages to run the bot

npm i

You can start the bot by running the following command, but it is recommended to use separate programs such as PM2 or Forever to run the bot. Note that the installation and usage of these programs are not covered in this documentation.

node index.js

You can use Ctrl + C to stop the bot.


Suggest an edit

Review this page

clewis329