marc-leopold/cms
Ray Elliott fb92d2df98 update README 2020-05-11 22:34:11 +03:00
..
plugins update 2019-03-11 14:10:03 +02:00
storage update: directory structure 2019-02-26 12:59:48 +02:00
themes/marc-leopold-api update: directory structure 2019-02-26 12:59:48 +02:00
.gitignore update: directory structure 2019-02-26 12:59:48 +02:00
Dockerfile update: directory structure 2019-02-26 12:59:48 +02:00
README.md update README 2020-05-11 22:34:11 +03:00
docker-compose.yml update: directory structure 2019-02-26 12:59:48 +02:00
package.json update: directory structure 2019-02-26 12:59:48 +02:00
yarn.lock update: directory structure 2019-02-26 12:59:48 +02:00

README.md

Notes

DO NOT forget to create the directories before running docker-compose the first time otherwise they'll be created with root permissions.

For a persistent database

# create empty database file on host
mkdir storage
touch storage/database.sqlite

# start container
docker-compose up -d

# provision database
docker-compose exec web php artisan october:up