• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Oxwall on CentOS 7

{{postValue.id}}

How to install Oxwall on CentOS 7

Oxwall is free and open source community software that contains many default features includes uploading/sharing content, friend networking, profile and page layout customization, user and content management and built-in SEO. It is written in PHP and is used to build social networking and community sites. The Oxwall comes with many default themes that can be customized through the administration dashboard. This tutorial explains the installation procedure of Oxwall on CentOS 7.

Pre-Requisite

LAMP Environment

-Apache

-Mariadb (create database, user protected by password)

-PHP 5.6

Installation procedure

To start with the installation procedure extensions after adding respective repositories and press y to continue with the installation procedure.

[root@linuxhelp ~]# yum install php56w php56w-opcache php56w-pdo php56w-xml php56w-mbstring php56w-common php56w-cli php56w-mysqlnd php56w-xmlrpc php56w-mcrypt php56w-gd curl libcurl-devel &ndash y

Go to its official website and copy the link to download the package by running the wget command followed by the download link.

[root@linuxhelp ~]# wget --no-check-certificate https://developers.oxwall.com/dl/oxwall-1.8.4.1.zip
--2017-08-21 12:23:29--  https://developers.oxwall.com/dl/oxwall-1.8.4.1.zip
Resolving developers.oxwall.com (developers.oxwall.com)... 52.2.74.205
Connecting to developers.oxwall.com (developers.oxwall.com)|52.2.74.205|:443... connected.
WARNING: cannot verify developers.oxwall.com' s certificate, issued by ‘ /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA’ :
  Unable to locally verify the issuer' s authority.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://ow.download.s3.amazonaws.com/oxwall-1.8.4.1.zip [following]
--2017-08-21 12:23:30--  http://ow.download.s3.amazonaws.com/oxwall-1.8.4.1.zip
Resolving ow.download.s3.amazonaws.com (ow.download.s3.amazonaws.com)... 54.231.72.163
Connecting to ow.download.s3.amazonaws.com (ow.download.s3.amazonaws.com)|54.231.72.163|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18040999 (17M) [application/octet-stream]
Saving to: ‘ oxwall-1.8.4.1.zip’ 
100%[======================================> ] 18,040,999   330KB/s   in 52s    
2017-08-21 12:24:23 (342 KB/s) - ‘ oxwall-1.8.4.1.zip’  saved [18040999/18040999]

Extract the downloaded package in apache root directory by running the unzip commands.

[root@linuxhelp ~]# unzip oxwall-1.8.4.1.zip -d /var/www/html/
Archive:  oxwall-1.8.4.1.zip
  inflating: /var/www/html/CHANGELOG.txt  
  inflating: /var/www/html/INSTALL.txt  
  inflating: /var/www/html/UPDATE.txt  
  inflating: /var/www/html/captcha.php  
  inflating: /var/www/html/e500.php  
  inflating: /var/www/html/index.php  
.
.
.
inflating: /var/www/html/ow_utilities/html_tag.php  
  inflating: /var/www/html/ow_utilities/array.php  
  inflating: /var/www/html/ow_version.xml  
  inflating: /var/www/html/robots.txt  
  inflating: /var/www/html/.htaccess  

Now provide the owner permission and read, write execution permission for apache root directory.

[root@linuxhelp html]# chown -R apache:apache /var/www/html/
[root@linuxhelp html]# chmod 775 /var/www/html/

Create Virtual host configuration for oxwall named oxwall.conf using vim editor. Enter the following contents in the file and save it.

[root@linuxhelp html]# vim /etc/httpd/conf.d/oxwall.conf
< VirtualHost *:80> 
ServerName 192.168.7.165
DocumentRoot /var/www/html/
< Directory /var/www/html/> 
Directoryindex index.php
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
< /Directory> 
< /VirtualHost> 

Restart the Apache service by running the following command.

[root@linuxhelp html]# systemctl restart httpd

Switch over to your browser and enter your machine’ s IP address. The Oxwall' s site settings page will appear as shown below. Provide the Title tagline and admin credentials by filling the required information.

site settings

Provide the database credentials and click continue

database credentials

The installation wizard will ask to run cron, click the “ ?” to show the configuration guide to run the cron job.

cron job

Run the cd [path-to-your-Oxwall-homedir]/ow_cron command to enter the Cron folder. Run which php command to show the home directory.

[root@linuxhelp ~]# which php
/usr/bin/php

Put two paths you got into one by running the following command: path to PHP/path to Cron folder.

[root@linuxhelp ~]# crontab &ndash e
* * * * * /usr/bin/php /home/site/public_html/ow_cron/run.php

Save it and refresh your web browser to complete the installation procedure.
d

The oxwall application is shown below.
e

Enter the user details and click continue.
f

The Oxwall dashboard is shown below.
g

The installation of Oxwall dashboard on CentOS 7 is done successfully.

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Will this be configured via LEMP stack?

A

Ofcourse you can almost same procedure instaed of apache configuration you need to do nginx configuration

Q

the php extensions in version 5.6 can be enabled via epel repo or remi repo?

A

Here in this case we have enabled that with epel repo! You can use either of them.

Q

which language will using to build this?

A

It was written in php!!

Q

Why do I need plugin license key

A

When you purchase a plugin from Oxwall Store you are granted license key for it. When there's a plugin update available you will be asked for your license key when upgrading. That IP address will be remembered from the first update on and the plugin will refuse to be updated from other IP addresses with the same license key.

Q

How to get my theme to the featured list?

A

In short, there's no recipe. Featured themes are selected by Oxwall Store editors on their sole discretion. Our main goal is to show the best themes to the community first, but of course this “best” thing is pretty subjective.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.