-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds installation instructions to readme
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |