-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
37 lines (29 loc) · 891 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# tgiu2
The Game Is Up v2
https://github.com/geziefer/tgiu2.git
# Software
Git
Maven 3
JDK 11
WildFly 21
MariaDB 10.5.x (with HeidiSQL)
Eclipse Oxygen Java EE edition or Netbeans 12
# Config Wildfly
copy standalone folder in folder wildfly to WildFly installation
# Config MariaDB
run src/main/resources/db/createUser.sql as root in HeidiSQL
run src/main/resources/db/createDB.sql as tgiu in HeidiSQL
run src/main/resources/import.sql as tgiu in HeidiSQL
# Config Eclipse
add JDK 11 as installed JRE
add WildFly as Server (may require JBoss AS tools from marketplace)
import existing Maven project
# Build on command line
mvn clean install
# Maven Profiles
append "-P prod" (default) to mvn command to build with MariaDB
append "-P dev" to mvn command to build with In-Memory-DB
# Deploy on command line
copy to WildFly's standalone/deployments
# Run WebApp
localhost:8080/tgiu2/