-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Running PagePulse is a straightforward process. Follow these steps to install and configure the app.
Before installing and running this app, ensure you have the following requirements:
- Java 17 or above. You can download the latest LTS binaries from Adoptium.
- Go to the Releases section of the repository.
- Download the latest distribution package.
- Extract the contents of the downloaded file to your desired location.
By default, the app will create a SQLite database called database.db
in the current directory.
If you want to add your services and edit the database settings you have to create a new application.properties
.
Just create a copy of the included application-example.properties
file and rename it to application.properties
.
After that, just adjust it according to your needs.
If you want a list of all the properties and what they do, go to the Configuration section of this wiki.
Starting this app is just like starting any normal .jar file:
java -jar pagepulse-version.jar
By default, PagePulse will use port 8080. You can configure the app to use a different port if you wish.
Once the app is running, you can access it using a web browser.