Skip to content

Commit

Permalink
Merge branch 'master' into blake-prep-cook-times
Browse files Browse the repository at this point in the history
  • Loading branch information
IronSinew authored Mar 23, 2024
2 parents 1604857 + fb45dbd commit 32dc0cb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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)

0 comments on commit 32dc0cb

Please sign in to comment.