-
Notifications
You must be signed in to change notification settings - Fork 11
Installation on VPS
(You don't need to use Git to download, but it makes it so much easier to update)
Git should already be installed, check if it is by opening the terminal and using the command git -v
.
Download from https://nodejs.org/.
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
Run the command npm i
after you've navigated to the bot folder.
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