poppabear8883 / UNIT3D-INSTALLER

Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
49 stars 29 forks source link

Excedeed Timeout #35

Closed PanjiNamjaElf closed 4 years ago

PanjiNamjaElf commented 5 years ago

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 ?

poppabear8883 commented 5 years ago

did you try running the command manually

su www-data -s /bin/bash --command="cd /var/www/html && npm run prod"

poppabear8883 commented 5 years ago

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) ...

https://github.com/poppabear8883/UNIT3D-INSTALLER/blob/master/src/Installer/UNIT3D/Unit3dSetup.php#L127

PanjiNamjaElf commented 5 years ago

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.

image

PanjiNamjaElf commented 5 years ago

Miss double quote in last string :D

poppabear8883 commented 5 years ago

my bad, i'll edit that

PanjiNamjaElf commented 5 years ago

Can i rename domain name manually ? how to do it?

PanjiNamjaElf commented 5 years ago

image

its look like this so messy :/

poppabear8883 commented 5 years ago

did you run su www-data -s /bin/bash --command="cd /var/www/html && npm run prod"

PanjiNamjaElf commented 5 years ago

i try it from begin again and success only mail display warning because on virtualbox

image

PanjiNamjaElf commented 5 years ago

Authentication failure :/ image