Skip to content

Commit e337188

Browse files
committed
README: initialize the DB before running the app
1 parent fc68586 commit e337188

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Clone this repository:
1717

1818
`git clone --recursive git://github.com/cesium-ml/baselayer_template_app`
1919

20+
Initialize the database (see database permissions below):
21+
22+
`make db_init`
23+
2024
Start the application with:
2125

2226
`make run`
@@ -29,4 +33,4 @@ Run `make help` for descriptions of other Make targets.
2933

3034
## Documentation
3135

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

Comments
 (0)