Comments on How to Install Grav CMS with Nginx on Fedora 30
In this tutorial, we will go through the Grav CMS installation and setup on the Fedora 30 system by using NGINX as a web server, and optionally you can secure the transport layer by using Acme.sh client and Let's Encrypt certificate authority to add SSL support.
11 Comment(s)
Comments
please tell me how to configure this in ispconfig 3 CMS webasyst script is here https://webasyst.com a floor of year tormented and useless, it says how to do it but it is written crookedly and nothing so if anyone can help I would be grateful https://developers.webasyst.ru/docs/tips/nginx-fastcgi/ . Can who wants help write here [email protected] thanks in advance for your [email protected] thanks in advance for your help
for the cetificates, i get error: Please install socat tools first.
Socat is installed in step one, seems as if you left something out while following the tutorial.
You have an error here: fastcgi_pass unix:/run/php-fpm/www.sock;;
Note the two semicolons
It works like this, but the second semicolon is not needed indeed.
The new version is now: wget https://getgrav.org/download/core/grav-admin/1.6.11
mv grav-admin/* . && mv grav-admin/.* .fails with permission denied
This indicates that you are logged in as a different user than what you used as the owner for the grav directory.
I wish you would test your tutorials more carefully. There are quite a few assumptions and issues.
Open http://example.com in your web browser and follow the on-screen instructions. To access Grav admin append /admin to your URL.
does not work. I just get the Fedora Webserver Test Page
Please correct the tutorrial
When you get the fedora test page instead of the Grav website, then this means that you do not use the domain that you specified in the nginx config file to access the website. Check the server_name line /etc/nginx/conf.d/grav.conf file to see which domain you used for your site and then enter this domain in the URL bar of your web browser, the domain must point to your servers IP address of course. The config file of the tutorial is fine, so no correction required, it uses the domain example.com.
why not show how to do this for beginners with sudo bin/gpm install admin