“Laradock”的版本间的差异
跳到导航
跳到搜索
第62行: | 第62行: | ||
[https://segmentfault.com/a/1190000017205616 Laradock 使用说明 ---- 不是很详细] | [https://segmentfault.com/a/1190000017205616 Laradock 使用说明 ---- 不是很详细] | ||
+ | |||
+ | |||
+ | [https://blog.csdn.net/mr_legeek/article/details/78635124 lara-dock安装与使用] | ||
[[category:php]] [[category:Container]] | [[category:php]] [[category:Container]] |
2020年6月3日 (三) 06:20的版本
Note
laradock 是为 Docker 提供的完整 PHP 本地开发环境,和 Homestead 一样提供了一系列打包好(包括配置)的 Docker Image
如果连外网pull非常慢 用8.8.4.4 就会快了
php-worker
es01服务器 /data/docker-for-services/php-worker/supervisord.conf 文件增加以下配置 files = /var/www/api.sns.com/supervisord.d/production1.*.conf /var/www/apistatistical.com/supervise/production1.*.conf 然后检查是否生效,去到php-worker容器 查看/etc/supervisor/supervisord.conf 这个文件
composer
** php composer ins composer install php artisan migrate php artisan db:seed php artisan storage:link mkdir bootstrap/cache mkdir storage/framework mkdir storage/framework/cache mkdir storage/framework/views mkdir storage/framework/sessions
php-worker
laradock 使用 php-worker 配置 supervisor
crontab
other
laradock mysql安装失败 Please provide a source image with `from` prior to commit
see also