A. Prerequisites
Ubuntu 20.04
Root access to the server
B. Download Chatpion
Download the Chatpion package from the official website
wget https://chatpion.com/download/latest -O chatpion.tar.gz
Extract the downloaded package to the desired location:
tar -xzf chatpion.tar.gz -C /var/www/html
C. Install Dependencies
Install Apache2 and mysql:
sudo apt-get update sudo apt-get install apache2 -y
I. Installation of database:
A. Install MySQL
Update package lists:
sudo apt update
Install MySQL:
sudo apt install mysql-server
During installation, MySQL will prompt you to set a root password. Make sure to choose a strong password and keep it safe