-
Notifications
You must be signed in to change notification settings - Fork 2
Prerequisites
Marijo Horvat edited this page Nov 13, 2016
·
6 revisions
-
Install Java 8 (JDK, not JRE)
-
Install PostgreSQL and optionally pgAdmin
-
Create database (connect to PostgreSQL using pgAdmin, select database
postgres
and open Tools -> Query tool):CREATE DATABASE mentor WITH OWNER = postgres ENCODING = 'UTF8' TABLESPACE = pg_default TEMPLATE = 'template0' LC_COLLATE = 'C' LC_CTYPE = 'C' CONNECTION LIMIT = -1;
-
Create database user (select password other than secret :) ):
CREATE ROLE mentor LOGIN PASSWORD 'secret' NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION;
-
Windows users only:: - Select databse
mentor
and open Tools -> Query toolCREATE COLLATION pg_catalog."hr_HR" ( LC_COLLATE = 'Croatian_Croatia.1250', LC_CTYPE = 'Croatian_Croatia.1250' );
-
Install Git (possible alternative on Windows: TortoiseGit)
-
git clone https://github.com/vsite-hr/mentor.git
-
cd mentor
-
Create gradle.properties from given template with locale-specific configuration
-
Services
-
Entites
-
Types