1
0
Fork 0

better format of setup steps

This commit is contained in:
Thomas Steur 2014-07-11 12:52:51 +12:00
parent 80c15dbc16
commit 726d9de69c

View file

@ -10,10 +10,10 @@ Try it, it's easy to setup! No database needed
## Setup
`git clone git@github.com:piwik/github-issues-mirror.git`
`cd src`
`curl -s https://getcomposer.org/installer | php`
`php composer.phar install`
* `git clone git@github.com:piwik/github-issues-mirror.git`
* `cd src`
* `curl -s https://getcomposer.org/installer | php`
* `php composer.phar install`
Make sure to point your vhost to `src/public`. The `src/tmp` directory has to be writable.
@ -36,4 +36,4 @@ All issues are stored as JSON on the file system in [src/data](src/data):
## License
GPL v3 (or later) see [LICENSE](LICENSE)
GPL v3 (or later) see [LICENSE](LICENSE)