Skip to content

Installation on VPS

ZeusJunior edited this page May 11, 2020 · 7 revisions

[THIS DOES NOT WORK YET]

Download and install required programs

Git

(You don't need to use Git to download, but it makes it so much easier to update)

Mac / Linux

Git should already be installed, check if it is by opening the terminal and using the command git -v.

NodeJS

Windows / Mac / Linux

Download from https://nodejs.org/.

Downloading the GUI

Once Git is installed, navigate to the location where you want the gui to be. For this example we'll just install it in the default root folder, /root/, which is where most people also have their bot. Then use the command git clone https://github.com/ZeusJunior/tf2-automatic-gui.git. Once it is done, the gui is available in a new folder called tf2-automatic-gui. Navigate to it using the command cd tf2-automatic-gui

Installing modules

Run the command npm i after you've navigated to the bot folder.

Configuration

Configuration on a VPS is a little different

-to do-

When done, head over to usage. You can skip the configuration part there. As it is configured differently on VPS

Clone this wiki locally