-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
25 lines (20 loc) · 880 Bytes
/
README.txt
File metadata and controls
25 lines (20 loc) · 880 Bytes
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
Pre-requisites:
0. Oracle JDK 8
a. Download and install ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
1. MongoDB
a. Download and install ( https://www.mongodb.org )
b. Configure and start
c. Configure mongo connection uri in src/resources/application.conf (mongo.uri parameter)
2. TheApp service
a. configure listen host and port in src/resources/application.conf (service.interface and service.port parameters)
Compile and run:
1. Compile
# ./sbt.sh compile
2. Run
# ./sbt.sh run
3. Execute tests
# ./sbt.sh "testOnly -- showtimes"
* Note: On Windows, replace sbt.sh with sbt.bat
Open configured host and port in browser (ex. https://localhost:8443), enjoy!
IN PROGRESS:
=> Packaging of application in Docker containers explained in docs/build.adoc file.