14 Mac
Hunter Long edited this page 4 years ago

Installing on Mac

Statping includes an easy to use Homebrew Formula to quick get your Status Page up and running locally. Statping on brew is automatically generated for each new release to master. Install with the commands below,

Using Homebrew
brew tap statping/statping
brew install statping
Using the Terminal
curl -o- -L https://statping.com/install.sh | bash

Once you've installed it, checkout which version you have by running statping version.

Compiling SCSS for Custom Theme

Statping requires sass to be installed to the local machine to compile SCSS into CSS if you want to use the Custom Theme features.

  • Node: npm install sass -g
  • Ruby: gem install sass