File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ chmod u+w -R ./var ./vendor ./pub/static ./pub/media ./app/etc \
2424 --use-sample-data \
2525&& mv ./app/etc/env.php ./app/etc/env.original.php;
2626cp -rv /var/www/env.sample.php ./app/etc/env.php \
27- && php -f ./bin/magento indexer:set-mode schedule;
27+ && n98 cron:install; \
28+ php -f ./bin/magento indexer:set-mode schedule;
2829cp ~ /.composer/auth.json var/composer_home/auth.json \
2930&& php -f ./bin/magento sampledata:deploy \
3031&& php -f ./bin/magento setup:upgrade \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44# ServerName dev.local
55# ServerAlias www.dev.local
66 <Directory /var/www/html/>
7- Options FollowSymLinks
8- AllowOverride All
9- Order allow,deny
10- allow from all
7+ Options FollowSymLinks
8+ AllowOverride All
9+ Order allow,deny
10+ allow from all
1111 </Directory>
1212 ErrorLog /var/log/apache2/magento2-error_log
1313 CustomLog /var/log/apache2/magento2-access_log common
You can’t perform that action at this time.
0 commit comments