File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ bower install
22
22
gulp install
23
23
```
24
24
25
- ## Ingesting Data
26
-
27
- Ingest data into MySQL via the bin/ingest node script. There is a set of sample data in the ./data/sample folder. To import this into your database:
25
+ Create a config file:
28
26
29
27
``` bash
30
- node bin/ingest data/sample
28
+ cp config.template.js config.js
31
29
```
32
30
33
- ## Running
31
+ Edit config.js to point to your MySQL database.
34
32
35
- Create a config file:
33
+ ## Ingesting Data
34
+
35
+ Ingest data into MySQL via the bin/ingest node script. There is a set of sample data in the ./data/sample folder. To import this into your database:
36
36
37
37
``` bash
38
- cp config.template.js config.js
38
+ node bin/ingest data/sample
39
39
```
40
40
41
- Edit config.js to point to your MySQL database.
41
+ ## Running
42
42
43
43
Start the server:
44
44
You can’t perform that action at this time.
0 commit comments