Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Urgent
Category:
-
Target version:
Start date:
Feb 02, 2016
Due date:
% Done:

100%

Estimated time:
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

Actions #1

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?

Actions #2

Updated by Michele Artini about 9 years ago

I think that you can install it using the following command:

pecl install solr
Actions #3

Updated by Andrea Dell'Amico about 9 years ago

  • % Done changed from 0 to 90
Actions #5

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
Actions #6

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';
Actions #7

Updated by Andrea Dell'Amico about 9 years ago

  • Status changed from In Progress to Feedback
  • % Done changed from 90 to 100
Actions #8

Updated by Michele Artini about 9 years ago

  • Status changed from Feedback to Closed
Actions #9

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)?

Actions #10

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.

Actions #11

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.

Actions #12

Updated by Andrea Dell'Amico about 7 years ago

  • Status changed from Feedback to Closed
Actions #13

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?

Actions #14

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.

Actions #15

Updated by Leonardo Candela about 7 years ago

The sooner the better ... we are going to release the service soon.

Actions #16

Updated by Andrea Dell'Amico about 7 years ago

OK, I'm starting now.

Actions #17

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.

Actions #18

Updated by Andrea Dell'Amico about 7 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 8.91 MB)