GrandCMS is an open source CMS that is based on the OpenCart core. The developer says that he has removed all the commercial stuff and focused on providing an attractive, robust and competent CMS.
In this video I will show you how to install it
Useful Links:
VPS/VDS - https://www.mivocloud.com/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
sudo apt install apache2 mariadb-server php libapache2-mod-php php-json php-common php-common php-gmp php-curl php-mysql php-mysqli php-opcache php-intl php-fpm php-xmlrpc php-bcmath php-zip php-imagick php-mbstring php-gd php-cli php-xml php-zip
sudo add-apt-repository ppa:ondrej/php
sudo apt install php8.1-mcrypt
sudo mysql -u root -p
CREATE DATABASE grandcmsbd;
CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON grandcmsbd.* TO 'user'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
exit;
wget http://downloads.sourceforge.net/proj...
sudo mkdir /var/www/html/grandcms
sudo unzip grandcms_v0.2.0.1.1.zip
sudo mv upload/* /var/www/html/grandcms
sudo mv /var/www/html/grandcms/config-dist.php /var/www/html/grandcms/config.php
sudo mv /var/www/html/grandcms/admin/config-dist.php /var/www/html/grandcms/admin/config.php
sudo chmod -R 755 /var/www/html/grandcms
sudo chown -R www-data:www-data /var/www/html/grandcms
sudo nano /etc/apache2/sites-available/grandcms.conf
VirtualHost *:80
ServerAdmin [email protected]
DocumentRoot /var/www/html/grandcms/
ServerName Domain.Name
Directory /var/www/html/grandcms/
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
/Directory
ErrorLog /var/log/apache2/example.com-error_log
CustomLog /var/log/apache2/example.com-access_log common
/VirtualHost
sudo a2ensite grandcms.conf
sudo a2enmod rewrite
sudo systemctl restart apache2
Watch video How to install GrandCMS on Ubuntu online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 15 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 84 once and liked it 33 people.