Friends,
I am in the process of installing Ghost CMS on my VPS (running on Ubuntu 20.04 with Apache 2) server. I completed all the requisite steps and installed node and when I am trying to start the Ghost CMS.
My website (with the Ghost CMS installation) is just showing index of files.
- What version of Ghost are you using?
Ghost-CLI version: 1.15.3
- What configuration?
Ubuntu 20.04 with Apache 2 - 3 GB RAM - 3 CPU
- What browser?
I am testing on Firefox
- What errors or information do you see in the console?
When I run - npm start --production
I see that the site is not getting loaded as desired and I see the following response:
ghost@3.40.2 start /var/www/mysite.com/public_html
node index
[2021-01-06 00:30:10] INFO Ghost is running in production…
[2021-01-06 00:30:10] INFO Your site is now available on http://mysite.com/
[2021-01-06 00:30:10] INFO Ctrl+C to shut down
[2021-01-06 00:30:10] INFO Ghost boot 2.651s
- What steps could someone else take to reproduce the issue you’re having?
I seem to have done the installation as recommended on the following website: How to install Ghost with Apache HTTP Server on Ubuntu 20.04 (LTS)
I would be glad - if any of you kindly recommend - where I am possibly be going wrong?
Thanks for your help.
Govind RT