Skip to content

Commit 56609ee

Browse files
committed
Merge pull request unchartedsoftware#7 from lcorrigall/readme_fix
Fixed setup order
2 parents ddb9787 + 71709c4 commit 56609ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ bower install
2222
gulp install
2323
```
2424

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:
2826

2927
```bash
30-
node bin/ingest data/sample
28+
cp config.template.js config.js
3129
```
3230

33-
## Running
31+
Edit config.js to point to your MySQL database.
3432

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:
3636

3737
```bash
38-
cp config.template.js config.js
38+
node bin/ingest data/sample
3939
```
4040

41-
Edit config.js to point to your MySQL database.
41+
## Running
4242

4343
Start the server:
4444

0 commit comments

Comments
 (0)