From 5dd10031c299c940bbd4c8fa008354a5f1ff78f6 Mon Sep 17 00:00:00 2001 From: HelixOW Date: Fri, 24 May 2024 00:00:36 +0000 Subject: [PATCH] Added more doc --- README.md | 6 +++++- run.sh | 3 --- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100755 run.sh diff --git a/README.md b/README.md index 2040c8e..bd1facb 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,8 @@ Make sure that both 8000 and 8001 are portforwarded on your router. Test that the server's game and game authentication works from other machines both in and outside of the network. Once this is complete, enjoy! - +# Developing inside a Container: +If you are not aware of Devcontainer please see [here](https://code.visualstudio.com/docs/devcontainers/containers) +When you start up the container, a dev database is automatically created as well. +To run your application you can simply use +> go run rogueserver.go --debug --dbuser pokerogue --dbpass pokerogue diff --git a/run.sh b/run.sh deleted file mode 100755 index 1910a11..0000000 --- a/run.sh +++ /dev/null @@ -1,3 +0,0 @@ -# bin/bash -go build -o rogueserver -./rogueserver --debug --dbuser pokerogue --dbpass pokerogue & \ No newline at end of file