Task #2106
closedTask #411: New server for the new instance of PUMA
Install Joomla for the new PUMA portal
100%
Description
It is necessary to install Joomla on node0-d-puma.d4science.org, can you prepare it?
These are the requirements: https://docs.joomla.org/J3.x:Installing_Joomla
It is necessary also to install the solr php module (it should be distributed as a deb package)
and to add the following line to the php.ini file:
extension=solr.so
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from New to In Progress
There is no deb package for the php solr plugin. I find references to this one: https://code.google.com/archive/p/solr-php-client/downloads that does not see a new version since 2011.
Is it the right plugin or there's something newer?
Updated by Michele Artini about 9 years ago
I think that you can install it using the following command:
pecl install solr
Updated by Michele Artini about 9 years ago
Ok, thanks.
Another requirement: can you install the php module for Mongo?
From deb package or using:
pecl install mongodb
Updated by Andrea Dell'Amico about 9 years ago
Done.
I did not understand from the documentation if it's possibile to configure memcached as the session cache. You can do it manually, after the steps from the web configuration have been completed, adding the following lines to /var/www/node0-d-puma.d4science.org/configuration.php
:
public $cache_handler = 'memcached'; public $memcached_server_host = '127.0.0.1'; public $memcached_server_port = '11211'; public $memcached_persist = '1'; public $memcached_compress = '1'; public $cachetime = '15'; public $session_handler = 'memcached'; public $session_memcached_server_host = '127.0.0.1'; public $session_memcached_server_port = '11211';
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from In Progress to Feedback
- % Done changed from 90 to 100
Updated by Michele Artini about 9 years ago
- Status changed from Feedback to Closed
Updated by Michele Artini about 7 years ago
- Status changed from Closed to In Progress
There are some incompatibilities between joomla and postgres.
Can you reinstall joomla using mysql and an updated version of mysql (>= 5.6)?
Updated by Andrea Dell'Amico about 7 years ago
- Tracker changed from Support to Task
I'm going to install mysql and the php mysql driver, there's no need to touch the joomla instance.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from In Progress to Feedback
Also reinstalled joomla and the mongo and solr php plugins.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from Feedback to Closed
Updated by Michele Artini about 7 years ago
- Status changed from Closed to In Progress
Can you activate the support for short URLs in joomla?
Updated by Andrea Dell'Amico about 7 years ago
The Joomla redirect rules do not work on the apache version installed on the VM. We must move from apache to nginx, the work will require some downtime (10/15 minutes if all goes well, up to a couple of hours if we must revert to apache).
Let me know when I can stop the service to perform the required changes.
Updated by Leonardo Candela about 7 years ago
The sooner the better ... we are going to release the service soon.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from In Progress to Feedback
I just enabled the ULR shortening and it's working.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from Feedback to Closed