File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ lein migratus migrate
11
11
## Prerequisites
12
12
13
13
1 . You will need [ Leiningen] [ 1 ] 2.0 or above installed.
14
- 2 . You will need to instll postgresql.
15
- 3 . Install libraries needed for spark.
14
+ 2 . You will need Java 8 or above installed.
15
+ 3 . You will need to instll postgresql and pre-create user and database.
16
+ 4 . Install libraries needed for spark.
16
17
17
18
```
18
19
sudo apt-get install libgfortran3
@@ -28,6 +29,18 @@ To start a web server for the application, run:
28
29
29
30
Point chrome to http://localhost:3000
30
31
32
+ ### Check spark stages
33
+
34
+ Point chrome to http://localhost:4040/stages/
35
+
36
+ ## Deployment
37
+
38
+ After uberjar built.
39
+
40
+ ```
41
+ java -Ddatabase-url="jdbc:postgresql://localhost/intowow_dev?user=intowow&password=qwerty" -jar target/uberjar/intowow.jar
42
+ ```
43
+
31
44
## License
32
45
33
46
Copyright © 2017 Laurence Chen
You can’t perform that action at this time.
0 commit comments