How to Install Elxis-CMS on Opensuse15.1

Installation Of Elxis-CMS on opensuse15.1

Installation Process:

After Downloaded Latest version from the official site change directory to Downloads in Terminal

LinuxHelp:~ # cd Downloads/

Extract the Downloaded File

LinuxHelp:~/Downloads # unzip elxis_5.0_uranus_rev2299.zip -d elxis
Archive:  elxis_5.0_uranus_rev2299.zip
   creating: elxis/components/
   creating: elxis/components/com_content/
  inflating: elxis/components/com_content/content.article.xml  
  inflating: elxis/components/com_content/content.category.xml  
  inflating: elxis/components/com_content/content.menu.xml  

Then, Move the Extracted directory under htdocs

LinuxHelp:~/Downloads # mv elxis /srv/www/htdocs/

Change ownership for the directory

LinuxHelp:~/Downloads # chown -R wwwrun. /srv/www/htdocs/elxis

Change Permission for the elxis directory

LinuxHelp:~/Downloads # chmod 755 /srv/www/htdocs/elxis

Configure virtual host to access Elxis-CMS

LinuxHelp:~/Downloads # vim /etc/apache2/conf.d/elxis.conf
<virtualhost *:80>
servername www.linuxhelp1.com
documentroot "/srv/www/htdocs/elxis"
<directory "/srv/www/htdocs/">
AllowOverride All
Require all granted
</directory>	
</virtualhost>

Configure Mysql Database for Elxis-CMS

LinuxHelp:~/Downloads # mysql -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 19
Server version: 10.2.25-MariaDB SUSE package
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> create database elxisdb;
Query OK, 1 row affected (0.08 sec)
MariaDB [(none)]> create user 'elxisusr'@localhost identified by '123456';
Query OK, 0 rows affected (0.04 sec)
MariaDB [(none)]> grant all privileges on elxisdb.* to 'elxisusr'@localhost;
Query OK, 0 rows affected (0.00 sec)
MariaDB [(none)]> flush privileges;
Query OK, 0 rows affected (0.01 sec)
MariaDB [(none)]> exit
Bye

Restart the apache service to update the changes

LinuxHelp:~/Downloads # systemctl restart apache2

To install Elxis-CMS, open Browser wherein search bar type IP address of your system

Provide mysql credentials

Create admin login credentials for Elxis-CMS

With this, the method to install Elxis-CMS on opensuse15.1 comes to an end

Tag : Elxis OpenSUSE
FAQ
Q
Does Elxis-CMS use any external Database?
A
Yes, Elxis-CMS use External Database, Eg:Mysql
Q
What are the Alternatives to Elxis-CMS?
A
The Alternatives to Elxis-CMS are
Midgrand
QuickAppsCMS
Knivis
Contentful
BizCom CMS
etc..
Q
What is the Latest version of Elxis-CMS?
A
The Latest version of Elxis-CMS is Elxis 5.0 Uranus rev2299
Q
What is the official link to download Elxis-CMS?
A
The official link to download Elxis-CMS is http://www.elxis.org/download.html
Q
What is Elxis-CMS?
A
Elxis CMS is a free and open-source CMS application that allows you to create websites within a few clicks without need any programming skills