Concrete 5 is a content management system (CMS) that can be used to build websites, blogs, and online stores. In this tutorial, we will guide you on how to install Concrete 5 CMS on Kali Linux.
Before we begin installing Concrete 5 CMS, make sure you have the following prerequisites:
To install the above prerequisites run the following commands:
sudo apt-get update
sudo apt-get install apache2 mysql-server php
Follow the simple steps below to download and install the latest version of Concrete 5 CMS:
cd /var/www/html/
sudo wget https://www.concretecms.com/download_file/-/view/116536
sudo unzip 116536
sudo mv concrete5-8.5.4/ my_site/
sudo chmod -R 777 my_site/
concrete5_db
:mysql -u root -p
CREATE DATABASE concrete5_db;
GRANT ALL PRIVILEGES ON concrete5_db.* TO 'concrete5user'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
EXIT;
Replace concrete5user
and password
with your own preferred username and password for the database.
Now go to your web browser and navigate to http://localhost/my_site/
. Concrete 5 installation wizard will start automatically.
Follow the installation wizard instructions by entering your site information, database credentials, and admin details.
Click on the install button and wait for it to complete.
Once the installation process is complete, you can access your Concrete 5 CMS site by navigating to http://localhost/my_site/
on your web browser.
Congratulations! You have successfully installed Concrete 5 CMS on Kali Linux. Now you can start building your website, blog or online store using Concrete 5 CMS.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!