mirror of https://github.com/flarum/flarum
Toby Zerner
10 years ago
1 changed files with 13 additions and 9 deletions
@ -1,9 +1,13 @@ |
|||||||
#Flarum Skeleton App |
# Flarum Skeleton App |
||||||
This application is a skeleton for https://github.com/flarum/core - it will set up the application and install dependencies in a Vagrant box. |
|
||||||
|
This application is a skeleton for https://github.com/flarum/core — it will set up the application and install dependencies in a Vagrant box. |
||||||
## Instructions |
|
||||||
```` |
Please see [here](https://github.com/flarum/core/blob/master/README.md) for more information about Flarum. |
||||||
git clone git@github.com:mikedugan/flarum-app |
|
||||||
cd flarum-app |
## Installation |
||||||
vagrant up |
|
||||||
```` |
``` |
||||||
|
git clone git@github.com:flarum/flarum |
||||||
|
cd flarum |
||||||
|
vagrant up |
||||||
|
``` |
Loading…
Reference in new issue