Difference between revisions of "OJS"

From MyWiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
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>
The default xfs filesystem can be used as it seems to have the ability to be expanded<br>
+
The default xfs filesystem can be used as it seems to have the ability to be expanded when the size of the virtual disk in increased.<br>
MariaDb is used for the database as it is the variant of Mysql which is supplied with Centos 7.
+
Mariadb is used for the database as it is the variant of Mysql which is supplied with Centos 7.<br>
Php will need to be installed along with the relevant php drivers for Mysql<br>
+
Php needs installing along with the relevant php drivers for Mysql.<br>
 
The following php packages resulted in a working OJS installation:<br>
 
The following php packages resulted in a working OJS installation:<br>
<source lang="shell">
+
<source lang="bash">
 
php-common-5.4.16-23.el7_0.1.x86_64
 
php-common-5.4.16-23.el7_0.1.x86_64
 
php-gd-5.4.16-23.el7_0.1.x86_64
 
php-gd-5.4.16-23.el7_0.1.x86_64
Line 21: Line 21:
 
php-pdo-5.4.16-23.el7_0.1.x86_64
 
php-pdo-5.4.16-23.el7_0.1.x86_64
 
</source>
 
</source>
 +
I created the ojs datbase user as detailed here --> [[ Creating users ]] and then filled in the ojs installation form with the details.<br>

Latest revision as of 10:00, 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 when the size of the virtual disk in increased.
Mariadb is used for the database as it is the variant of Mysql which is supplied with Centos 7.
Php needs installing 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

I created the ojs datbase user as detailed here --> Creating users and then filled in the ojs installation form with the details.