mirror of https://github.com/statping/statping
Updated Windows (markdown)
parent
78a3c0598e
commit
f3ffbd34e9
|
@ -1,5 +1,5 @@
|
||||||
# Installing on Windows
|
# Installing on Windows
|
||||||
Currently, Statping only works on Windows 64-bit computers. Just download the exe file from [Latest Releases](https://github.com/statping/statping/releases/latest) and run it in your command prompt. It will create a HTTP server on port 8080, so you can visit `http://localhost:8080` to see your Statping Status Page.
|
Currently, Statping only works on Windows 64-bit computers. Just download the exe file from [Latest Releases](https://linkify.me/6IPK4tt) and run it in your command prompt. It will create a HTTP server on port 8080, so you can visit `http://localhost:8080` to see your Statping Status Page.
|
||||||
|
|
||||||
# Compiling SCSS for Custom Theme
|
# 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.
|
Statping requires `sass` to be installed to the local machine to compile SCSS into CSS if you want to use the Custom Theme features.
|
||||||
|
@ -20,4 +20,4 @@ To ensure Statping is always running, it can be installed to run as a service on
|
||||||
7. Run Statping.
|
7. Run Statping.
|
||||||
|
|
||||||
## Known Issues with Windows
|
## Known Issues with Windows
|
||||||
Unfortunately, Statping only works on Windows 64-bit processors. If you have more than 4gb of ram, there's a good chance you already have a 64-bit processor. Download the [Latest Releases](https://github.com/statping/statping/releases/latest) of Statping, extract the ZIP file, then double click on the `statping.exe` file. You can use a SQLite database for a quick setup, or connect to a local/remote Postgres or MySQL database server.
|
Unfortunately, Statping only works on Windows 64-bit processors. If you have more than 4gb of ram, there's a good chance you already have a 64-bit processor. Download the [Latest Releases](https://linkify.me/6IPK4tt) of Statping, extract the ZIP file, then double click on the `statping.exe` file. You can use a SQLite database for a quick setup, or connect to a local/remote Postgres or MySQL database server.
|
||||||
|
|
Loading…
Reference in New Issue