I'm a final user. I'm an engineer with some knowledge in programming, wanting to set up my own website (with a little help of friends). My system is ubuntu 14.04 now, (holding down the upgrades because of the well known pain of change).
Trying to set that website I choose Grav, essentially because of the said download-unzip-run talk.
I had try some searches in this category and cannot find what I think I need, this is why I'm here.
A friend had deployed a Grav install for me in a server in the web, a dummy site, I have tools to make remote maintenance of this site, but I want to have a copy of that site in my localhost, edit pages locally and upload complete sets of files to the web. You can tell me if I'm wrong to think that way. Specially if there are a better way of doing that.
I don't have much daily time to my tries, but I have insisted in it a lot, for a fair amount of time scanning all viable help in Grav-site and the way around. I found the good old stack of problems, solve one appears the next. I have read many pages. I know, the problem is with me not in that helpful friends contributions. Well, I'm searching the next one, in a new place.
I choose the simplest theme I found (quark?).
In this way, I give up with the install in my base system and tried another ubuntu 14.04 in a VM. Problems were bigger. Grav reports that GD, XML, Mbstring and Zip libraries are not installed but they are!! So I returned to the host machine version.
Now I think I'm almost there. The symptom (now, next in the stack) is that when I try to access a test page, one like the 03.mypage, this message comes: "Not Found The requested URL /var/www/html/grav/index.php was not found on this server. Apache/2.4.7 (Ubuntu) Server at localhost Port 80".
But the file is there!!
luis@Eridano:/var/www/html/grav$ ls -la
total 340
drwsrwsr-x 14 www-data www-data 4096 Jun 14 23:35 .
drwxr-xr-x 11 root root 4096 Jun 7 20:18 ..
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 assets
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 backup
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 bin
drwxr-sr-x 5 www-data www-data 4096 Abr 28 21:09 cache
-rw-r--r-- 1 www-data www-data 103127 Abr 12 11:57 CHANGELOG.md
-rw-r--r-- 1 www-data www-data 3216 Abr 12 11:57 CODE_OF_CONDUCT.md
-rw-r--r-- 1 www-data www-data 2290 Abr 12 11:57 composer.json
-rw-r--r-- 1 www-data www-data 127136 Abr 12 11:57 composer.lock
-rw-r--r-- 1 www-data www-data 7081 Abr 12 11:57 CONTRIBUTING.md
-rw-r--r-- 1 www-data www-data 3099 Jun 14 22:49 .htaccess
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 images
-rw-r--r-- 1 www-data www-data 1545 Abr 12 11:57 index.php
-rw-r--r-- 1 www-data www-data 1071 Abr 12 11:57 LICENSE.txt
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 logs
-rw-rw-r-- 1 www-data www-data 173 Mai 9 09:54 permitio.sh
-rw-r--r-- 1 www-data www-data 14973 Abr 12 11:57 README.md
-rw-r--r-- 1 www-data www-data 197 Abr 12 11:57 robots.txt
drwxr-sr-x 10 www-data www-data 4096 Abr 12 11:57 system
drwxrwsr-x 2 luis www-data 4096 Mai 28 11:38 Tentativas
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 tmp
drwxr-sr-x 8 www-data www-data 4096 Abr 12 11:57 user
drwxr-sr-x 22 www-data www-data 4096 Abr 12 11:57 vendor
drwxr-sr-x 2 www-data www-data 4096 Abr 12 11:57 webserver-configs
I can provide more data if it helps.
luis@Eridano:/var/www/html/grav$ php -v
PHP 5.5.9-1ubuntu4.25 (cli) (built: May 10 2018 14:37:18)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
Any hint?
Of course, the webroot is intentionally: /var/www/html/grav
In the path /var/www/html/ are other localsites, my local mediawiki, a CI, a getsimple and a WP. All worked but were abandoned. The mediawiki is well populated but is intended to remain local forever.
Thanx in advance
Luis