Skip to content

Commit

Permalink
Adding additional installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Dec 18, 2015
1 parent 311f71a commit 661c008
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ This is the repository holding the asgardcms.com website

To install this locally:

- git clone
- composer install
- php vendor/bin/homestead make --after --aliases
- `git clone`
- `composer install`
- `php ./vendor/bin/homestead make --after --aliases`
- configure `Homstead.yaml`
- Add site to `/etc/hosts`
- vagrant up
- `vagrant up`
- `vagrant ssh`
- `php artisan asgard:install`

0 comments on commit 661c008

Please sign in to comment.