Add a Procfile for starting all dev processes at once

This can be used with tools like Foreman [1] to start a
web server and the asset compilation from one console.

[1] http://ddollar.github.io/foreman/
pull/36/head
Franz Liedke 2016-04-20 20:10:02 +09:00
parent 158f2020c8
commit cc8e9aa6e6
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
1 changed files with 3 additions and 0 deletions

3
Procfile Normal file
View File

@ -0,0 +1,3 @@
web: vendor/bin/ppm start
forum: cd vendor/flarum/core/js/forum && gulp watch
admin: cd vendor/flarum/core/js/admin && gulp watch