Skip to content
Alexander edited this page May 18, 2024 · 6 revisions

Welcome to the RustMon wiki!

Instructions

Introduction

Exists two ways to run this project, building the HTML & JS, or Building with docker, the first version you can host the files in a standard web hosting like hostgator, or something like that.

But you need to understand that this project is splitted in two projects:

  1. The frontend, is the UI and you have a set of features limited, this is a project that can run on a webhosting or a vps/dedicated
  2. The backend, is a helper service that adds new features like map rendering, ip geolocalization (countries), valve api, etc.

We will start running the frontend, and then we will run the backend.

TOOLS

NodeJS

At minimum you need to install nodejs in your pc: https://nodejs.org/en (Is the tool for build this project)

Docker

If you have a VPS or dedicated server that can run all the features, you need to install docker, is the easiest way to run this project:

In your pc: Docker pc In a linux server: Digital ocean - Ubuntu tutorial

The dashboard

Building

The dashboard doesn't have all the features but is the base of this project, you can run this project in vanilla HTML.

Clone this wiki locally