We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc68586 commit e337188Copy full SHA for e337188
README.md
@@ -17,6 +17,10 @@ Clone this repository:
17
18
`git clone --recursive git://github.com/cesium-ml/baselayer_template_app`
19
20
+Initialize the database (see database permissions below):
21
+
22
+`make db_init`
23
24
Start the application with:
25
26
`make run`
@@ -29,4 +33,4 @@ Run `make help` for descriptions of other Make targets.
29
33
30
34
## Documentation
31
35
32
-Please refer to http://cesium-ml.org/baselayer/
36
+Please refer to http://cesium-ml.org/baselayer/ for more detailed instructions.
0 commit comments