-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
34 lines (17 loc) · 942 Bytes
/
INSTALL
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
Building and Running CloudDB
****************************
Joern Rischmueller ([email protected]) - February 2020
Requirements:
The app is build for Google App Engine (https://cloud.google.com/appengine) und uses:
- "gcloud" SDK for go1.11 (Standard Environment) - other versions of the go environment are not supported !
Additional dependencies are:
- go-restful - version v2.11.2 - MIT License - https://github.com/emicklei/go-restful
Build and Run:
- Adjust the "app.yaml.in" -> copy to "app.yaml" and exchange
-- Basic_Auth -> with your authorization secret
"Basic_Auth" has to be in sync with the "gcconfig.pri" settings
of you GoldenCheetah Build to link GoldenCheetah to your personally CloudDB.
In addition the application name (which is part of the App Engine URL) must
match the "application" name in "gcconfig.pri"
License:
Please respect the License conditions of the GNU AFFERO GENERAL PUBLIC LICENSE.