mention dev.sh and prod.sh in the readme
This commit is contained in:
parent
c7f4cc1562
commit
ff10aa2499
|
@ -12,7 +12,7 @@ First, [generate the app key](#generate-the-key).
|
||||||
### Debug
|
### Debug
|
||||||
```bash
|
```bash
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
APP_DEBUG=true sudo ./install
|
./dev.sh # this will do most of the work
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ docker-compose up -d
|
||||||
```bash
|
```bash
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
echo "APP_DEBUG=false" >> .env # Or edit the file yourself
|
echo "APP_DEBUG=false" >> .env # Or edit the file yourself
|
||||||
sudo ./install
|
./prod.sh # this will do most of the work
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue