-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 660 Bytes
/
Copy pathREADME
File metadata and controls
22 lines (15 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BetterPlay
==========
Tournament style betting system.
Current initial data provided for UEFA EURO 2016 and EURO 2020 (2021)
uses: Play2.8, slick, scala 2.13, angular, angular-material, play-gulp
for trying:
1) checkout
2) ./postinstall.sh (should install gulp and bower in ui)
3) ./activator run (will load some data in local hsqldb)
to deploy:
check deploy.sh and startBetter.sh (needs production.conf)
NEW BASEURL:
package.json "build-prod": "ng build --extract-css --progress --prod --aot --base-href=/better --deploy-url=/better/ --output-path ../public"
src/app/model/environment.ts API = "/better/api"
src/index.html <base href="/better">