Grav - CMS that requires no database
-
-
@nebulon Grav is very easy to install! So easy that maybe don't need an own app.
It can work, for example, installing the Cloudron LAMP app and then copying grav files to the public folder.
-
I was able to install Grav CMS on my server in just 20 mins. Since I was using Cloudways platform for hosting PHP MySQL websites, I didn't have to go through server setup process. I directly opened ssh and installed grav through composer.
-
+1
I tried it on the LAMP App, installation time: 30 secs
This is amazing
cd public/ wget https://github.com/getgrav/grav/releases/download/1.5.7/grav-admin-v1.5.7.zip unzip grav-admin-v1.5.7.zip rm grav-admin-v1.5.7.zip mv grav-admin/* grav-admin/.[!.]* . chown -Rf www-data:www-data .