Skip to content

Installation

Parzival edited this page Apr 3, 2023 · 2 revisions

Installation

Running PagePulse is a straightforward process. Follow these steps to install and configure the app.

Requirements

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.

Getting the Artifacts

  1. Go to the Releases section of the repository.
  2. Download the latest distribution package.
  3. Extract the contents of the downloaded file to your desired location.

Basic configuration

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.

Running PagePulse

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.

Clone this wiki locally