-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
- Loading branch information
Showing
13 changed files
with
179 additions
and
276 deletions.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
|
||
Setup | ||
|
||
- Fork this repo | ||
- Clone to your local server | ||
- run composer install | ||
- Create a vhost pointing to the /public directory | ||
- Import the table schema from .docker/mysql | ||
- Rename /config/autoload/db.local.php.dist to db.local.php | ||
- Edit db.local.php for your mysql/maria connection | ||
- Run composer development-enable | ||
- Load your local site in a browser |
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
Oops, something went wrong.