Novius OS is an open source cross-channel content management system designed as an applications platform. In this blog article we will explain how to install Novius OS on a CentOS 7 VPS with Apache, PHP and MariaDB,
Log in to your server as user root and make sure that all packages are up to date
Novius OS needs a blank SQL database, so we will install MariaDB server
Start the MariaDB database server and enable the service at boot time
Run the ‘mysql_secure_installation’ post installation script to secure MariaDB and set your MariaDB root password
Log in to the MariaDB server using the ‘root’ user and create new database and user
Next, we will install Apache web server
Start the Apache web server and add it to automatically start on the system start-up
Install PHP and few PHP modules
Change the current working directory to Apache’s document root directory.
Download and execute Novius OS’s installation script using the following command
You will be prompted to enter an installation directory for Novius OS. If you want to use the default ‘novius-os’ directory just press enter and wait the installation process to complete.
Change the owner of the ‘novius-os’ directory
PHP configuration directive ‘short_open_tag’ must be on in order to run Novius OS, so we need to edit the PHP configuration file. Execute the following command to find the location of the file
We need to edit the loaded configuration file. Open the ‘/etc/php.ini’ file and make sure that the ‘short_open_tag’ directive is set to ‘On’.
In order to access Novius OS using your domain name, you need to create Apache virtual host. Create ‘/etc/httpd/conf.d/vhosts.conf’ directory with the following content
Create the virtual host
and restart Apache for the changes to take effect.
Open you favourite web browser, navigate to http://yourdomain.tld/ and follow the steps of the setup wizard to complete the installation.
Once everything is completed, execute the following commands
Of course you don’t have to do any of this if you use one of our Linux VPS Hosting services, in which case you can simply ask our expert Linux admins to install Novius OS for you. They are available 24×7 and will take care of your request immediately.
PS. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.