mirror of https://github.com/statping/statping
Updated Linux (markdown)
parent
3431182195
commit
c22be1c4c6
6
Linux.md
6
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
|
||||
|
|
Loading…
Reference in New Issue