Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed May 2, 2017
1 parent 6c05aa4 commit 9a6494a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,21 @@ From [Docker Hub](https://hub.docker.com/r/vtivti/crafty/).
You have to have *Perl* :camel: and *SQLite3* installed.
Clone
$ git clone https://github.com/vti/crafty
$ cd crafty
Bootstrap
$ bin/bootstrap
Run migrations (if any)
$ bin/migrate
## Starting
$ bin/crafty
$ bin/crafty --listen :8888
$ bin/crafty --config data/config.yml
## Integrations
Expand Down Expand Up @@ -99,11 +109,11 @@ projects:
- github-create-status.sh
```

Adjust `github-create-status.sh` putting your token inside.
Adjust `github-create-status.sh` by putting your token inside.

3. Creating webhook

Create the webook on GitHub with the following url pattern:
Create the webhook on GitHub with the following url pattern:

https://crafty.address/webhook/:webhook_id/:project_id

Expand Down

0 comments on commit 9a6494a

Please sign in to comment.