Difference between revisions of "OJS"
Line 2: | Line 2: | ||
Centos 7 was choosen as the operating system<br> | Centos 7 was choosen as the operating system<br> | ||
The test server is to be built as a virtual machine. | The test server is to be built as a virtual machine. | ||
− | It's probably better not to use volume management for the root partition as it makes the task of growing disks more complex<br> | + | It's probably better not to use volume management for the root partition as it makes the task of growing disks more complex.<br> |
The vm should have a swap partition of around 5Gb, and a root partition. No other partitions are necessary.<br> | The vm should have a swap partition of around 5Gb, and a root partition. No other partitions are necessary.<br> | ||
An initial disk size of 60Gb is sufficient as expansion can be carried out when needed.<br> | An initial disk size of 60Gb is sufficient as expansion can be carried out when needed.<br> |
Revision as of 09:50, 9 October 2014
Creating a test instance
Centos 7 was choosen as the operating system
The test server is to be built as a virtual machine.
It's probably better not to use volume management for the root partition as it makes the task of growing disks more complex.
The vm should have a swap partition of around 5Gb, and a root partition. No other partitions are necessary.
An initial disk size of 60Gb is sufficient as expansion can be carried out when needed.
The default xfs filesystem can be used as it seems to have the ability to be expanded
Mariab is used for the database as it is the variant of Mysql which is supplied with Centos 7.
Php will need to be installed along with the relevant php drivers for Mysql
The following php packages resulted in a working OJS installation:
php-common-5.4.16-23.el7_0.1.x86_64 php-gd-5.4.16-23.el7_0.1.x86_64 php-mysqlnd-5.4.16-23.el7_0.1.x86_64 php-cli-5.4.16-23.el7_0.1.x86_64 php-mbstring-5.4.16-23.el7_0.1.x86_64 php-pear-1.9.4-21.el7.noarch php-process-5.4.16-23.el7_0.1.x86_64 php-xml-5.4.16-23.el7_0.1.x86_64 php-5.4.16-23.el7_0.1.x86_64 php-pdo-5.4.16-23.el7_0.1.x86_64