• 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 MyBB CMS on Linxumint 19

  • 00:37 lsb_release -a
  • 00:51 mysql -u root -p
  • 02:12 wget https://resources.mybb.com/downloads/mybb_1821.zip
  • 02:25 unzip mybb_1821.zip
  • 02:35 mv Upload /var/www/mybb
  • 02:48 chown -R www-data.www-data /var/www/mybb
  • 03:03 chmod -R 755 /var/www/mybb
  • 03:17 vim /etc/apache2/sites-available/mybb.conf
  • 04:29 a2dissite 000-default.conf
  • 04:42 a2ensite mybb.conf
  • 04:51 a2enmod rewrite
  • 05:04 systemctl restart apache2
{{postValue.id}}

Installation of MyBB CMS On Linxu Mint 19

MyBB is an open source, multi-lingual extensible blogging engine .It stores all of its content on text files. It also contains features like support of various plugins, widget support, customizable themes. This tutorial covers the installation of MyBB cms on Linux Mint 19

Requirements for Mybb CMS:

Apache

Mysql

Php and its modules

php php-xml php-mysql php-mbstring php-zip php-soap php-curl php-gd php-ldap php-imap php-common php-dev libmcrypt-dev php-pear

Installation procedure

Before you begin, ensure you check your Linuxmint version by using the following command.

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Linux Mint
Description:	Linux Mint 19 Tara
Release:	19
Codename:	tara

Configure the MySQL database. Log into MySQL as a root user and make the necessary settings.

root@linuxhelp:~# mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.7.26-0ubuntu0.18.04.1 (Ubuntu)
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> create database mybbdb;
Query OK, 1 row affected (0.00 sec)
mysql> create user 'mybbuser'@localhost identified by 'Linuxc#4';
Query OK, 0 rows affected (0.09 sec)
mysql> grant all privileges on mybbdb.* to 'mybbuser'@localhost;
Query OK, 0 rows affected (0.02 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)
mysql> exit
Bye

Once the database configuration is done, download the MyBB CMS Installation package by using the wget command.

root@linuxhelp:~# wget https://resources.mybb.com/downloads/mybb_1821.zip
--2019-07-15 23:33:41--  https://resources.mybb.com/downloads/mybb_1821.zip
Resolving resources.mybb.com (resources.mybb.com)... 104.25.195.102, 104.25.196.102, 2606:4700:20::6819:c366, ...
Connecting to resources.mybb.com (resources.mybb.com)|104.25.195.102|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2220939 (2.1M) [application/zip]
Saving to: ‘mybb_1821.zip’
mybb_1821.zip               100%[==========================================>]   2.12M  1003KB/s    in 2.2s    
2019-07-15 23:33:44 (1003 KB/s) - ‘mybb_1821.zip’ saved [2220939/2220939]

Once the download is completed extract the downloaded package using unzip command.

root@linuxhelp:~# unzip mybb_1821.zip
Archive:  mybb_1821.zip
   creating: Documentation/
  inflating: Documentation/credits.html  
   creating: Documentation/images/
 extracting: Documentation/images/logo.png  
.
.
  inflating: Upload/syndication.php  
  inflating: Upload/task.php         
   creating: Upload/uploads/
   creating: Upload/uploads/avatars/
  inflating: Upload/uploads/avatars/index.html  
  inflating: Upload/uploads/index.html  
  inflating: Upload/usercp.php       
  inflating: Upload/warnings.php     
  inflating: Upload/xmlhttp.php      

Move the MyBB CMS directory to Apache root directory.

root@linuxhelp:~# mv Upload /var/www/mybb

Set the ownership and permission for Mybb cms by using the following command

root@linuxhelp:~# chown -R www-data.www-data /var/www/mybb
root@linuxhelp:~# chmod -R 755 /var/www/mybb

Once it is done, configure the virtualhost for accessing the MyBB CMS. Run the following command

root@linuxhelp:~# vim /etc/apache2/sites-available/mybb.conf
<Virtualhost *:80>
        Servername www.linuxhelp1.com
        Documentroot /var/www/mybb
<directory /var/www/mybb>
allowoverride all
allow from all
</directory>
</Virtualhost>

Disable the default site access.

root@linuxhelp:~# a2dissite 000-default.conf
Site 000-default disabled.
To activate the new configuration, you need to run:
systemctl reload apache2

Enable the site access for accessing the MyBB CMS.

root@linuxhelp:~# a2ensite mybb.conf
Enabling site mybb.
To activate the new configuration, you need to run:
systemctl reload apache2

Enable the rewrite module.

root@linuxhelp:~# a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
systemctl restart apache2

Restart the apache service by using the following command.

root@linuxhelp:~# systemctl restart apache2

Once all the above configurations are over, switch to your browser and enter the domain name. snap1 Welcome document of MyBB CMS appears on your screen. snap2 Accept the license agreement and proceed further. snap3 Verify the requirements for the CMS. snap4 Configure the database details. snap5 Check the Table creation. snap6 You can see the data insertion. snap7

Choose the theme installation. snap8 Configure the site information. snap9 Configure the Admin user credentials. snap10 Once the setup is finished you will see the following page. snap11 Log in using the Admin user credentials. snap12 The MyBB CMS dashboard looks like the following image. snap13 With this, the method to install MyBB CMS on Linuxm Mint 19 comes to an end.

Tags:
henry
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is the use of MyBB cms?

A

MyBB is an open-source, multi-lingual extensible blogging engine which does not require a database. It stores all of its content on text files. It also contains features like support of various plugins, widget support, customizable themes.

Q

How to entry to the host's file for MyBB cms?

A

Use the following command to enter the host file

# vim /etc/hosts

Q

Where to download the package of Mybb in ubuntu?

A

Download a Mybb package using the following URL


#wget https://resources.mybb.com/downloads/mybb_1821.zip

Q

What are the PHP modules required for MyBB cms?

A

These are the PHP modules required for MyBB cms

php php-xml php-mysql php-mbstring php-zip php-soap php-curl php-gd php-ldap php-imap php-common php-dev libmcrypt-dev php-pear.

Q

What are the requirements for MyBB cms?

A

These are the requirements for MyBB cms

Apache

Mysql

Php and its modules

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 Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

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.