-
-
Notifications
You must be signed in to change notification settings - Fork 645
Build and Test
hunterlong edited this page Apr 11, 2020
·
4 revisions
Building from the Go Language source code is pretty easy if you already have Go installed. Clone this repo and cd
into it.
git clone https://github.com/statping/statping.git
cd statup
go get -v
Statping uses go.rice to compile HTML, JS, and CSS files into it's single binary output.
go get github.com/GeertJohan/go.rice
go get github.com/GeertJohan/go.rice/rice
Statping uses go.rice to compile HTML, JS, and CSS files into it's single binary output.
rice embed-go
go build -o statup .
./statup version
You can also test Statio on your localhost, but it does require a MySQL, and Postgres server to be accessible since testing does create/drop tables for multiple databases.
go test -v
Statping.com | Demo | Docker | Notifiers | API
Email: info@statping.com