niekcandaele / CSGO-RankMe-stats

Application that displays stats from the Kento RankMe plugin
33 stars 6 forks source link

Web Interface | Doubt with installation process #31

Closed crashzk closed 3 years ago

crashzk commented 3 years ago

If I want to install only the Web part, would it be possible? Would you have a tutorial for that?

niekcandaele commented 3 years ago

Disable it in the config https://github.com/niekcandaele/CSGO-RankMe-stats/blob/master/config.json#L6

crashzk commented 3 years ago

Disable it in the config https://github.com/niekcandaele/CSGO-RankMe-stats/blob/master/config.json#L6

Ok, I disabled the BOT part, I configured the .env file with the information from the RankME database.

https://veseaprende.com.br/rank3/

Anything I missed, shouldn't it show the web interface already?

NOTE: Currently I use a Web Hosting, for this reason I cannot install the BOT.

niekcandaele commented 3 years ago

It's not a PHP app or static web files. It's a nodejs application. I'm afraid you cannot host it like you are trying to. You need a server where you can run the node process

crashzk commented 3 years ago

It's not a PHP app or static web files. It's a nodejs application. I'm afraid you cannot host it like you are trying to. You need a server where you can run the node process

I understand, in any case thank you.