Closed PanjiNamjaElf closed 4 years ago
did you try running the command manually
su www-data -s /bin/bash --command="cd /var/www/html && npm run prod"
if that completes successfully, run the follow comands in this order:
su www-data -s /bin/bash --command="cd /var/www/html && php artisan key:generate"
su www-data -s /bin/bash --command="cd /var/www/html && php artisan migrate --seed"
su www-data -s /bin/bash --command="cd /var/www/html && php artisan test:email"
After those complete you should be good to go ...
Just fyi you can find these commands in the source, it helps you understand whats happening behind the scenes (click link below) ...
did you try running the command manually
su www-data -s /bin/bash --command="cd /var/www/html && npm run prod
i run this command not run.. is display " > " on next command it mean still not finish.
Miss double quote in last string :D
my bad, i'll edit that
Can i rename domain name manually ? how to do it?
its look like this so messy :/
did you run su www-data -s /bin/bash --command="cd /var/www/html && npm run prod"
i try it from begin again and success only mail display warning because on virtualbox
Authentication failure :/
I try to install UNIT3D use automate installer on my VirtualBox - Ubuntu Server but when run command "su www-data -s /bin/bash --command="cd /var/www/html && npm run prod""
The time is exceeded... What i must do ?