gosora/run-linux-nowebsockets

9 lines
188 B
Plaintext
Raw Normal View History

echo "Generating the dynamic code"
go generate
echo "Building Gosora"
go build -o Gosora -tags no_ws
echo "Building the templates"
./Gosora -build-templates
echo "Running Gosora"
./Gosora