-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
45 lines (29 loc) · 1008 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
38
39
40
41
42
43
44
45
###################################################
################ React Projects ###############
###################################################
*** Install Dependencies
yarn install
*** Run locally
yarn run start
*** Build release
yarn run build
###################################################
################ Service ###############
###################################################
*** Build
mvn install (root project)
*** Run locally
tomcat7:run
###################################################
################ Portlets ###############
###################################################
*** Build
1. build react project
- copies dist/assets directory to portlet
2. mvn install
- replace manually version numbers in jsp :(
3. copy war to deploy folder
###################################################
################ Dependencies ###############
###################################################
MongoDB on localhost default port