Updated Start Statup (markdown)

master
Hunter Long 2018-11-19 01:10:30 -08:00
parent f9aeedbb01
commit b2f599e85e
1 changed files with 19 additions and 1 deletions

@ -1,13 +1,31 @@
Statup is built for many different operating systems, choose yours below. Statup is built for many different operating systems, choose yours below.
# MacOS # MacOS
```shell
brew tap hunterlong/statup
brew install statup
statup
# your server is running on port 8080 by default (--port 8080)
```
# Windows # Windows
[Download the latest `statup-windows-x64.zip`](https://github.com/hunterlong/statup/releases/latest) un-zip and run the `statup` binary.
# Linux # Linux
```shell
bash <(curl -s https://assets.statup.io/install.sh)
statup
# your server is running on port 8080 by default (--port 8080)
```
# Docker # Docker
```shell
docker run -it -p 8080:8080 hunterlong/statup
```
# Raspberry Pi # Raspberry Pi
[Download the latest `statup-linux-arm7.tar.gz`](https://github.com/hunterlong/statup/releases/latest) and un-zip and run the `statup` binary.
# AWS # AWS
Checkout the AWS installation on EC2 server on the [https://github.com/hunterlong/statup/wiki/AWS-EC2](AWS Wiki).