Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created November 19, 2020 15:34
Show Gist options
  • Save LinuxlinkedBD/65a1ddcd83744133ff99bc1299abc54f to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/65a1ddcd83744133ff99bc1299abc54f to your computer and use it in GitHub Desktop.
Siberian CMS installation on Ubuntu with LAMP stack
If you need complete siberian CMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/F9FLRQBorW4
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mysql php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-bcmath php7.2-xml php7.2-cli php7.2-zip
sudo systemctl start apache2
sudo systemctl enable apache2
cd /var/www/html
sudo git clone https://github.com/Xtraball/SiberianCMS.git
sudo a2enmod rewrite
sudo systemctl restart apache2.service
sudo systemctl restart apache2
sudo systemctl status apache2
# Browse http://localhost/ on browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment