-
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.
Merge branch 'master' into blake-prep-cook-times
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 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 |
---|---|---|
|
@@ -15,16 +15,6 @@ Recipebox is a [Laravel Jetstream](https://jetstream.laravel.com)-based site usi | |
- You will need to set up [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install) (Ubuntu is known to work) and configure Docker Desktop to use it as a [backend](https://docs.docker.com/desktop/windows/wsl/). | ||
- All of the following command line commands should be run inside your WSL2 / shell. | ||
|
||
## Get the Code and Configure Git | ||
Get the code. | ||
`git clone [email protected]:IronSinew/recipebox.git` | ||
`cd recipebox` | ||
|
||
Configure Git options for the local repo. | ||
`git config core.fileMode false` | ||
`git config core.autocrlf input` | ||
`git config core.eol lf` | ||
|
||
## Installation | ||
`cp provision/caddy/Caddyfile.example provision/caddy/Caddyfile` | ||
|
||
|
@@ -103,3 +93,4 @@ docker-compose up -d php | |
- [ ] Reviews/ratings | ||
- [x] Roles for access to the recipe manager as a contributor | ||
- [ ] Associate images to labels/categories (?) | ||
- [ ] [Recipe schema markup](https://developers.google.com/search/docs/appearance/structured-data/recipe) |