Install 1.8.9 - fails with Install/2 page missing

Hi everyone

I am trying to install 1.8.9 with apache 2.4 , mariadb in centos 7 (minimal install). I have spent many hours looking at this issue, but have not found an answer. I have reached page 1 of the Xibo installation , but when I click the next button , it says

The url in the MS Edge web browser is <<my.ip.address>>/install/2 and the page displays

Not Found
The requested URL /install/2 was not found on this server.

All checks have passed . I cannot seem to get past this point. I know people will say docker, but I am not allowed to install docker on the server

Any help will be most appreciated

Matt

Isn’t it always the way , you look and look and look , post on the board for help, and , Voila! yo find a possible solution. I will keep you up-to-date on my progress - thanks everyone

Following the information about the environment setup , i found out that i had not set up apache correctly, following the instructions. Xibo is now working. When I am finished testing , I hope to set up a walk through for newbies.

1 Like

hi barty, today i installed apache 2.2.22-win32-x86-openssl-0.9.8t, php-5.3.4 and mysql-5.5.21-win32 under windows 7 x64 with xibo-cms-1.8.11
1- apache is installed in path: “C:/Serveur/Apache”
2- php installed in path: “C:/Serveur/Php”
3- copy tne contents xibo-cms compressed file in path: “C:/Serveur/Apache/htdocs/xibo”
4- modify in apache httpd.conf file, those lines:

  • remove (#) character from line: #LoadModule rewrite_module modules/mod_rewrite.so
  • add line:LoadModule php5_module “c:/serveur/php/php5apache2_4.dll”
  • modify <Directory “C:/Serveur/Apache/htdocs”>
    AllowOverride All
    Options Indexes FollowSymLinks MultiViews
    Order allow,deny
    Allow from all
    Require all granted
  • add line: Alias /xibo “C:/Serveur/Apache/htdocs/xibo/web”
  • modify
    DirectoryIndex index.php index.html
  • modify <Files “.ht*”>
    Options Indexes FollowSymLinks
    AllowOverride all
    Require all granted
  • modify <FilesMatch “^.ht”>
    Order allow,deny
    Allow from All
    Satisfy All
  • modify
    TypesConfig conf/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddType application/x-httpd-php .php .php5
    AddType application/x-httpd-php-source .phps
  • at last, add line: PHPIniDir “C:/Serveur/Php”

5- in .htaccess file in path: “C:/Serveur/Apache/htdocs/xibo/web”, remove (#) character from line: #RewriteBase /xibo
6- then, lunch in browser http://localhost/xibo, and follow the fully steps of installation for xibo cms.

hi, today i installed apache 2.2.22-win32-x86-openssl-0.9.8t, php-5.3.4 and mysql-5.5.21-win32 under windows 7 x64 with xibo-cms-1.8.11
1- apache is installed in path: “C:/Serveur/Apache”
2- php installed in path: “C:/Serveur/Php”
3- copy tne contents xibo-cms compressed file in path: “C:/Serveur/Apache/htdocs/xibo”
4- modify in apache httpd.conf file, those lines:

  • remove (#) character from line: #LoadModule rewrite_module modules/mod_rewrite.so
  • add line:LoadModule php5_module “c:/serveur/php/php5apache2_4.dll”
  • modify <Directory “C:/Serveur/Apache/htdocs”>
    AllowOverride All
    Options Indexes FollowSymLinks MultiViews
    Order allow,deny
    Allow from all
    Require all granted
  • add line: Alias /xibo “C:/Serveur/Apache/htdocs/xibo/web”
  • modify
    DirectoryIndex index.php index.html
  • modify <Files “.ht*”>
    Options Indexes FollowSymLinks
    AllowOverride all
    Require all granted
  • modify <FilesMatch “^.ht”>
    Order allow,deny
    Allow from All
    Satisfy All
  • modify
    TypesConfig conf/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddType application/x-httpd-php .php .php5
    AddType application/x-httpd-php-source .phps
  • at last, add line: PHPIniDir “C:/Serveur/Php”

5- in .htaccess file in path: “C:/Serveur/Apache/htdocs/xibo/web”, remove (#) character from line: #RewriteBase /xibo
6- then, lunch in browser http://localhost/xibo, and follow the fully steps of installation for xibo cms.

Just a note for anyone reading this in the future - that may well work to get the web element of the CMS installed, but there are significant steps missing here to get XMR, XTR and other supporting elements configured and running. This is not a complete guide to do an installation.