Skip to content

Commit

Permalink
adds installation instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TJTorola committed Dec 18, 2016
1 parent 774bded commit 0e0dad8
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Samwise SPA Storefront Manager
# Samwise SPA Storefront Manager

## Installation Process

After git clone.
1. `composer install`
2. `npm install`
3. Install Virtual Box
4. Install homestead with `php vendor/bin/homestead make`
5. Start up server with `vagrant up`
6. Set up default env variables `cp .env.example .env`
7. Generate a key for Laravel `php artisan key:generate`
8. Run Migrations with `php artisan migrate`
* You need to tunnel into vagrant for this with `vagrant ssh`
9. Set up storefront enviroment in `\storefront`
10. Access dev site through `homestead.app`

0 comments on commit 0e0dad8

Please sign in to comment.