fix 5
This commit is contained in:
parent
054f614c51
commit
128bda2e5c
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ cd $final_path && chmod -R 755 storage/* bootstrap/cache/
|
||||||
cd $final_path && chmod -R 755 storage/* bootstrap/cache/
|
cd $final_path && chmod -R 755 storage/* bootstrap/cache/
|
||||||
#cd $final_path && composer install --no-dev --optimize-autoloader
|
#cd $final_path && composer install --no-dev --optimize-autoloader
|
||||||
cd $final_path && /usr/bin/php7.2 artisan key:generate --force
|
cd $final_path && /usr/bin/php7.2 artisan key:generate --force
|
||||||
cd $final_path && /usr/bin/php7.2 artisan p:environment:setup --author=$email --url=https://$yunodomain --timezone=America/New_York --cache=redis --session=database --queue=redis --disable-settings-ui --redis-host=127.0.0.1 --redis-pass= --redis-port=6379
|
cd $final_path && /usr/bin/php7.2 artisan p:environment:setup --author=$email --url=https://$domain --timezone=America/New_York --cache=redis --session=database --queue=redis --disable-settings-ui --redis-host=127.0.0.1 --redis-pass= --redis-port=6379
|
||||||
cd $final_path && /usr/bin/php7.2 artisan p:environment:database --host=127.0.0.1 --port=3306 --database=$yunobase --username=$yunouser --password=$yunopass
|
cd $final_path && /usr/bin/php7.2 artisan p:environment:database --host=127.0.0.1 --port=3306 --database=$db_name --username=$db_name --password=$db_pwd
|
||||||
cd $final_path && /usr/bin/php7.2 artisan p:user:make --email=$email --admin=1
|
cd $final_path && /usr/bin/php7.2 artisan p:user:make --email=$email --admin=1
|
||||||
cd $final_path && /usr/bin/php7.2 artisan migrate --seed
|
cd $final_path && /usr/bin/php7.2 artisan migrate --seed
|
||||||
cd $final_path && /usr/bin/php7.2 artisan p:user:make
|
cd $final_path && /usr/bin/php7.2 artisan p:user:make
|
||||||
|
|
Loading…
Reference in a new issue