-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the RustMon wiki!
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:
- 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
- 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.
At minimum you need to install nodejs in your pc: https://nodejs.org/en (Is the tool for build this project)
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 doesn't have all the features but is the base of this project, you can run this project in vanilla HTML.