Skip to content

Installation guide

pawello2222 edited this page May 3, 2016 · 10 revisions

==== Project configuration ====

Download and install IntellijIDEA

Checkout project from repository: https://github.com/MarekM25/PIK

==== Building project ====

In IntellijIDEA navigate to View -> Tool Windows > Maven Project

Select: Execute Maven Goal

Type: clean spring-boot:run

Open the following url in a web browser: localhost:8080

==== Database configuration ====

Start database server

Create database and user

Enter database configuration in resources/application.properties

Clone this wiki locally