How to Install Bluditv3.10.0 on opensuse15.1
- 00:33 zypper install php-gd php-
- 00:57 wget https://github.com/bludit/bludit/archive/3.10.0a.tar.gz
- 01:04 tar xvf 3.10.0a.tar.gz
- 01:16 mv bludit-3.10.0a bludit
- 01:28 mv bludit /srv/www/htdocs/
- 01:35 cd /srv/www/htdocs/
- 01:49 chmod 777 bludit
- 01:58 chown -R wwwrun:www bludit
- 02:16 vim /etc/apache2/conf.d/bludit.conf
- 02:38 a2enmod rewrite
- 02:47 systemctl restart apache2
Installation OF Bluditv3.10.0 on opensuse15.1
Process
Install the required PHP modules for Bludit
LinuxHelp:~ # zypper install php-gd php-
Retrieving repository 'Main Update Repository' metadata ..................................................[done]
Building repository 'Main Update Repository' cache .......................................................[done]
Loading repository data...
Reading installed packages...
Retrieving package php7-gd-7.2.5-lp151.6.13.1.x86_64 (3/4), 51.7 KiB (115.7 KiB unpacked)
Retrieving: php7-gd-7.2.5-lp151.6.13.1.x86_64.rpm ........................................................[done]
Retrieving package php7-mbstring-7.2.5-lp151.6.13.1.x86_64 (4/4), 522.7 KiB ( 1.7 MiB unpacked)
Retrieving: php7-mbstring-7.2.5-lp151.6.13.1.x86_64.rpm ....................................[done (286.8 KiB/s)]
Checking for file conflicts: .............................................................................[done]
(1/2) Installing: apache2-mod_php7-7.2.5-lp151.6.13.1.x86_64 .............................................[done]
Download the Bludit in specific location
LinuxHelp:/mnt# wget https://github.com/bludit/bludit/archive/3.10.0a.tar.gz
--2019-11-07 04:50:14-- https://github.com/bludit/bludit/archive/3.10.0a.tar.gz
Resolving github.com (github.com)... 13.234.210.38
Connecting to github.com (github.com)|13.234.210.38|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/bludit/bludit/tar.gz/3.10.0a [following]
--2019-11-07 04:50:15-- https://codeload.github.com/bludit/bludit/tar.gz/3.10.0a
Resolving codeload.github.com (codeload.github.com)... 13.127.152.42
Connecting to codeload.github.com (codeload.github.com)|13.127.152.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘3.10.0a.tar.gz’
3.10.0a.tar.gz [ <=> ] 1.51M 1.09MB/s in 1.4s
2019-11-07 04:50:16 (1.09 MB/s) - ‘3.10.0a.tar.gz’ saved [1582918]
Extract the Downloaded File
LinuxHelp:/mnt # tar xvf 3.10.0a.tar.gz
bludit-3.10.0a/
bludit-3.10.0a/.github/
bludit-3.10.0a/.github/issue_template.md
bludit-3.10.0a/.gitignore
bludit-3.10.0a/.htaccess
bludit-3.10.0a/LICENSE
….
……
Rename the Directory
LinuxHelp:/mnt # mv bludit-3.10.0a bludit
Then Move the Bludit directory under /srv/www/htdocs/
LinuxHelp:/mnt # mv bludit /srv/www/htdocs/
Change directory to htdocs
LinuxHelp:/mnt # cd /srv/www/htdocs/
LinuxHelp:/srv/www/htdocs # ll
total 4
drwxrwxr-x 1 root root 204 Oct 19 13:40 bludit
-rwxrwx--- 1 wwwrun wwwrun 23 Oct 24 01:34 test.php
Use the below command to Change the Permission and ownership for the directory
LinuxHelp:/srv/www/htdocs # chmod 777 bludit
LinuxHelp:/srv/www/htdocs # chown -R wwwrun:www bludit
Configure the virtual host for Bludit
LinuxHelp:/srv/www/htdocs/wordpress # vim /etc/apache2/conf.d/bludit.conf
<virtualhost *:80>
servername www.linuxhelp1.com
documentroot "/srv/www/htdocs/wordpress/"
<directory "/srv/www/htdocs/">
AllowOverride All
Require all granted
</directory>
</virtualhost>
Restart the Apache service to update the changes
Use the following command to Enable the rewrite Mode
LinuxHelp:/srv/www/htdocs # a2enmod rewrite
Restart the apache service to update the chanses
LinuxHelp:/srv/www/htdocs # systemctl restart apache2
Select language and click on Next
Set the password for admin account
In Welcome Screen click on admin panel option to login to the Dashboard
This is the method to install Bluditv3.10.0 on opensuse15.1 and the tutorial comes to an end
Comments ( 0 )
No comments available