Compare commits

..

3 Commits

Author SHA1 Message Date
Valentin Lab
e6d989515f new: [opensem] add `media-library` folder for temporary storage of uploaded files 2025-10-15 13:22:02 +02:00
Valentin Lab
80b94db7ba new: [opensem] upgrade to 1.0.0-rc.6 2025-10-11 05:47:22 +02:00
Valentin Lab
3148f1430c new: [opensem] add automatic database migration 2025-10-11 05:09:16 +02:00
3 changed files with 3 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ set -e
mv -v "${OPENSEM_CONFIG_FILE}" "${OPENSEM_CONFIG_FILE%.prepare}"
#artisan migrate -v --force &&
#artisan migrate -v --path=database/migrations/shop --force
artisan migrate -v --force &&
artisan migrate -v --path=database/migrations/shop --force

View File

@@ -110,10 +110,7 @@ artisan() {
export COMPOSE_IGNORE_ORPHANS=true
mysql_service=$(service:traverse "$SERVICE_NAME":mysql-database) || return 1
php_fpm_service=$(service:traverse "$SERVICE_NAME":php-fpm) || return 1
launch_docker_compose up -d "${mysql_service}" || return 1
launch_docker_compose run \
-T --rm -w /opt/apps/"$SERVICE_NAME" \
--entrypoint php \

View File

@@ -51,7 +51,7 @@ uses:
container: "main php interpreter"
default-options:
extensions:
- pdo_mysql gd intl exif
- pdo_mysql gd intl
sys-tools:
- fonts wkhtmltopdf
meilisearch-engine: