0E800 MikeJones When the script completes it prints out the password. You can try installing phpmyadmin and granted you remember the DB root password you created, change the flarum db password. https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-ubuntu-16-04 MikeJones Or without phpmyadmin: https://www.cyberciti.biz/faq/mysql-change-user-password/
Frink 0E800 When that happened to me, I just made a new database and deleted the old one, because I am too lazy to change the password ? I also just used the root user, but that could cause a security issue ?
0E800 MikeJones My bad, just check your config.php sudo nano /var/www/seekadventure/config.php it will show the details in plain text. Frink Real men always run as root ? side note, apologies for my brash behavior earlier, was un-called for.
Frink 0E800 side note, apologies for my brash behavior earlier, was un-called for. Totally cool, I'm not one to hold a grudge. I have been a pain on the forum before too ?
MikeJones 0E800 Damn already killed the aws instance.... and am trying to spin up another.... I guess good practice :-)
MikeJones 0E800 So I am getting really close. Just re-installed from the script but when I go to the new IP I get an index of/ and it snot displaying flarum: http://54.227.192.96/
0E800 You created a new AWS instance and reran the script or you rebooted the instance you had before and reran the script on top of the old one?
MikeJones 0E800 ubuntu@ip-172-31-26-103:~$ sudo cat /var/log/nginx/error.log 2018/04/19 22:15:05 [emerg] 3001#3001: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:05 [emerg] 3001#3001: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:05 [emerg] 3001#3001: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:05 [emerg] 3001#3001: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:05 [emerg] 3001#3001: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:05 [emerg] 3001#3001: still could not bind() 2018/04/19 22:15:51 [emerg] 7615#7615: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:51 [emerg] 7615#7615: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:51 [emerg] 7615#7615: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:51 [emerg] 7615#7615: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:51 [emerg] 7615#7615: bind() to 0.0.0.0:80 failed (98: Address already in use) 2018/04/19 22:15:51 [emerg] 7615#7615: still could not bind() ubuntu@ip-172-31-26-103:~$
MikeJones 0E800 Yes I ran script with sudo ubuntu@ip-172-31-26-103:~$ ls /var/www/ 54.227.192.96 html ubuntu@ip-172-31-26-103:~$
MikeJones 0E800 looks like my post with the log output is awaiting approval so here is the pastebin version
0E800 Possibly using an IP address as a name causes an issue. What is output of cat /var/nginx/sites-enabled/54.227.192.96
0E800 I don't think the script was able to handle the IP address for a name. Sorry bud, need to redo and run script like you did last time using seekadventure and then edit the file like last time.