Skip to content

Commit

Permalink
Added additional setup steps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumos committed Dec 8, 2013
1 parent 5fbb969 commit d691601
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ LANager uses the excellent PHP dependency manager [Composer](http://getcomposer.
1. [Download and install Composer](http://getcomposer.org/download/)
2. From a terminal in the directory you wish to install LANager, run `composer create-project zeropingheroes/lanager`
3. Configure your web server to use `lanager/public/` as the root web directory
4. Run the following commands in a terminal in the `lanager/` directory:
1. `php artisan dump-autoload`
2. `php artisan migrate --package=zeropingheroes/lanager-core`
3. `php artisan db:seed --class=LanagerSeeder`
4. `php artisan asset:publish zeropingheroes/lanager-core`
5. `php artisan config:publish zeropingheroes/lanager-core`

## Vagrant

Expand Down

0 comments on commit d691601

Please sign in to comment.