diff --git a/Deployment.md b/Development.md similarity index 81% rename from Deployment.md rename to Development.md index d6c546b..c5b46de 100644 --- a/Deployment.md +++ b/Development.md @@ -1,7 +1,11 @@ +# Useful Code +- [handlers/routes.go](https://github.com/statping/statping/blob/master/handlers/routes.go) - Contains all the HTTP request routes + +# Deployment Process Statping is a pretty cool server for monitoring your services. The way we deploy might be a little cooler though. Statping is using the most bleeding edge technology to release updates and distribute binary files automatically. 1. Source code commits get pushed to Github -2. [Rice](https://github.com/GeertJohan/go.rice) will compile all the static assets into 1 file (rice-box.go in source) +2. [go.rice](https://github.com/GeertJohan/go.rice) will compile all the static assets into 1 file (rice-box.go in source) 3. SASS will generate a compiled version of the CSS. 4. Statping Help page is generated by cloning the Wiki repo using `go generate`. 5. Travis-CI tests the Golang application.