Update README.md

pull/8/head
ser3n1ty 4 months ago committed by GitHub
parent e01364e1a6
commit 1cec1d313d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,9 +5,6 @@ It is advised that you host this in a docker container as it will be much easier
There is a sample docker-compose file for setting up a docker container to setup this server. There is a sample docker-compose file for setting up a docker container to setup this server.
# Self Hosting outside of Docker: # Self Hosting outside of Docker:
Recommended Tools:
If using Windows: [Chocolatey](https://chocolatey.org/install)
## Required Tools: ## Required Tools:
- Golang - Golang
- Node: **18.3.0** - Node: **18.3.0**
@ -47,7 +44,7 @@ go build .
./rogueserver --debug --dbuser yourusername --dbpass yourpassword & ./rogueserver --debug --dbuser yourusername --dbpass yourpassword &
cd /server/location/ cd /server/location/
npm run start & npm run start
``` ```
If you have a firewall running such as ufw on your linux machine, make sure to allow inbound connections on the ports youre running the API and the pokerogue server (8000,8001). If you have a firewall running such as ufw on your linux machine, make sure to allow inbound connections on the ports youre running the API and the pokerogue server (8000,8001).

Loading…
Cancel
Save