Task #2106
closed
Task #411: New server for the new instance of PUMA
Install Joomla for the new PUMA portal
Added by Michele Artini about 9 years ago.
Updated about 7 years ago.
Infrastructure:
Development
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
- Status changed from New to In Progress
I think that you can install it using the following command:
pecl install solr
- % Done changed from 0 to 90
Ok, thanks.
Another requirement: can you install the php module for Mongo?
From deb package or using:
pecl install mongodb
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';
- Status changed from In Progress to Feedback
- % Done changed from 90 to 100
- Status changed from Feedback to Closed
- 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)?
- 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.
- Status changed from In Progress to Feedback
Also reinstalled joomla and the mongo and solr php plugins.
- Status changed from Feedback to Closed
- Status changed from Closed to In Progress
Can you activate the support for short URLs in joomla?
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.
The sooner the better ... we are going to release the service soon.
- Status changed from In Progress to Feedback
I just enabled the ULR shortening and it's working.
- Status changed from Feedback to Closed
Also available in: Atom
PDF