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

Add REST API code from the chill-dashboard #1

Merged
merged 16 commits into from
Jun 23, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README
  • Loading branch information
kabirbaidhya committed Jun 19, 2017
commit e3022b785ee19d50d3c9d14ca511707f53030f75
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,19 @@ $ npm install
# Or using yarn
$ yarn
```
Create a config `chill.yml` file using the sample file.
```bash
$ cp chill.yml.dist chill.yml
```

Run migrations
```
$ yarn migrate
```

Then start the app
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.
```
$ npm start
$ CHILL_CONFIG=/path/to/chill.yml yarn start
```

## Contributing
Expand Down