Skip to content

Installation

G-Art edited this page Apr 15, 2021 · 3 revisions

Requirements:

Java - 16+ PostgreSQL - 10.5+

Installation:

1. clone the repository:

git clone https://github.com/G-Art/coretex_web_platform.git

2. execute gradle commnd

./gradlew clean build initialize --no-daemon

3. to run execute

./gradlew run --no-daemon

Enjoy!!!

Clone this wiki locally