From c22be1c4c6a2d6e31a45375f608327713cc1072a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 12 Feb 2019 13:08:52 -0800 Subject: [PATCH] Updated Linux (markdown) --- Linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Linux.md b/Linux.md index bb20378..2db6083 100644 --- a/Linux.md +++ b/Linux.md @@ -11,6 +11,12 @@ If you are using [snap](https://snapcraft.io/statping), you can simply run this sudo snap install statping ``` +# 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` + ## Systemd Service Setting up a systemd service is a great way to make sure your Statping server will automatically reboot when needed. You can use the file below for your service. You should have Statping already installed by this step. ###### /etc/systemd/system/statping.service