Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit e3022b7

Browse files
committed
Update README
1 parent a2accd1 commit e3022b7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,19 @@ $ npm install
1212
# Or using yarn
1313
$ yarn
1414
```
15+
Create a config `chill.yml` file using the sample file.
16+
```bash
17+
$ cp chill.yml.dist chill.yml
18+
```
19+
20+
Run migrations
21+
```
22+
$ yarn migrate
23+
```
1524

16-
Then start the app
25+
Then start the server by providing the config file path. If this is not provided, it will expect the file to be in the current directory.
1726
```
18-
$ npm start
27+
$ CHILL_CONFIG=/path/to/chill.yml yarn start
1928
```
2029

2130
## Contributing

0 commit comments

Comments
 (0)