Difference between revisions of "Install OS4X on Ubuntu 16"

From OS4X
Jump to navigation Jump to search
Line 7: Line 7:
 
  php-xml \
 
  php-xml \
 
  xsltproc
 
  xsltproc
 +
 +
== Configuration ==
 +
After successful installation of all required packages, you have to restart the Apache webserver once in order to load the MySQL functionality in the PHP module:
 +
service apache2 restart

Revision as of 13:52, 24 November 2016

Packages

You need the following packages to be installed:

apt-get install apache2 \
mysql-server \
libapache2-mod-php7.0 \
php7.0-mysql \
php-xml \
xsltproc

Configuration

After successful installation of all required packages, you have to restart the Apache webserver once in order to load the MySQL functionality in the PHP module:

service apache2 restart