Installing Zuluru3 on NethServer (CentOS) Server

Questions related to installing Zuluru 3
Post Reply
UncleDan
Posts: 2
Joined: Mon Aug 05, 2019 6:30 am

Installing Zuluru3 on NethServer (CentOS) Server

Post by UncleDan »

I am trying to install Zuluru 3.1.1 on a webserver running a CentOS 7 Web server.
I updated PHP to 5.6 and pointed a virtualhost to Zuluru/webroot, but I get
Forbidden
You don't have permission to access /installer/install on this server.
the folder /installer/install does not exist and if I create a fake index.php I can reach it.
Any hint on what may be wrong.
I had no errors in the composer install
https://pastebin.com/raw/BdLHy7Dn

Any hint?

PS: I am not an experienced coder, I only set up sites in WordPress or Joomla or phpBB3 before, be patient with me please
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: Installing Zuluru3 on NethServer (CentOS) Server

Post by GregS »

There's not supposed to be any

Code: Select all

/installer/install
folder, the paths are all handled by the dispatcher figuring out which plugin (if any), controller and action to call. You do have a

Code: Select all

/vendor/cakephp-app-installer/installer
folder? Seems like you should, from the install log. I do note that it suggests installing the intl PHP library, which is required for any CakePHP application, so maybe that's the problem? That requirement is usually flagged explicitly, but that's my best guess at the moment.
UncleDan
Posts: 2
Joined: Mon Aug 05, 2019 6:30 am

Re: Installing Zuluru3 on NethServer (CentOS) Server

Post by UncleDan »

It seems that dependencies are already installed: https://pastebin.com/raw/q9edT6Gq

And I do have the folder: https://pastebin.com/raw/m2m84meu

I tried even to deploy on Ubuntu with the docker method but I got stuck also there with no response from the server.

I think I miss something very basic, but I can not understand what :cry:
Post Reply