Install 1.11 problems

Hello,
I am following the install procedures and have a few issues.
All seems to go fine until I get into the Nginx configuration.
First problem i get is initialising the data.
I ran into the problem posted earlier on here where the file wasn’t found when executing the RAILS_ENV command. This was fixed by copying a file in as the missing filename that was suggested on here.
cd /opt/yeti-web/config
cp yeti_web.yml.distr yeti_web.yml

Second, when executing service yeti-delayed-job start i get a failure - i have posted the output of where I am told to look but all it says is the service didn’t start.

Third, when i execute netstat -lpn | grep puma i get no output.
netstat -lpn | grep nginx gives me the below which i think looks ok.
/opt/yeti-web# netstat -lpn | grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 19759/nginx: master
tcp 0 0 127.0.0.1:6666 0.0.0.0:* LISTEN 19759/nginx: master

Fourth:
All log files in list below do not exist.

  • /var/log/yeti/yeti-web.log
  • /var/log/yeti/yeti-cdr-billing.log
  • /opt/yeti-web/log/puma.stdout.log
  • /opt/yeti-web/log/puma.stderr.log

root@xxxxxxxxxx:/var/log/yeti# cd /var/log/yeti/
root@xxxxxxxxxx:/var/log/yeti# ls
root@xxxxxxxxxx:/var/log/yeti#
root@xxxxxxxxxx:/var/log/yeti# cd /opt/yeti-web/log/
root@xxxxxxxxxx:/opt/yeti-web/log# ls
root@xxxxxxxxxx:/opt/yeti-web/log#

Fifth:
When i open the web browser (system is direct on internet in Hosted VM) i just get presented with default standard Nginx test page.

Thanks in advance for any help.

try to delete /etc/nginx/sites-enabled/default and restart nginx

It’s already deleted.