1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 14:51:19 +02:00

Missed some workbench changes.

This commit is contained in:
Toby Zerner
2014-12-24 09:23:31 +10:30
parent 4f2407bba3
commit 14ee0ed501

View File

@@ -82,7 +82,7 @@ Currently Flarum is in its very early stages, and it isnt pretty. **It is far
6. Run the Flarum migrations and database seeder to generate dummy data:
```
php artisan migrate --package="flarum/core"
php artisan migrate --bench="flarum/core"
php artisan db:seed --class="Flarum\Core\Support\Seeders\DatabaseSeeder"
```
@@ -98,7 +98,7 @@ Currently Flarum is in its very early stages, and it isnt pretty. **It is far
9. Run the following commands to compile the Ember app:
```
cd vendor/flarum/core/ember
cd workbench/flarum/core/ember
npm install
bower install
ember serve --output-path="../public"