Skip to content

Commit 87df3af

Browse files
committed
Add script for quick install from source
1 parent 217925d commit 87df3af

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

install.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
cd ui
6+
npm install
7+
npm run build
8+
cd ..
9+
10+
go get -v -d ./...
11+
cd cmd/ssl-game-controller
12+
go get -u -v github.com/gobuffalo/packr/packr
13+
packr install

0 commit comments

Comments
 (0)