Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UbuntuEvangelist/4b3d3cccd9236595cdc65eb0d2b10218 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/4b3d3cccd9236595cdc65eb0d2b10218 to your computer and use it in GitHub Desktop.
I wiil do TastyIgniter Installation And Configuration Service Online
# I will do TastyIgniter setup for you. Contact for help:
# Skype: live:umarfchy
# Telegram: @unzippinglinux
# WhatsApp: +8801521203263
# Email: [email protected]
sudo apt update
sudo apt install apache2
sudo systemctl stop apache2.service
sudo systemctl start apache2.service
sudo systemctl enable apache2.service
#http://localhost
sudo apt-get install mariadb-server mariadb-client
sudo systemctl stop mariadb.service
sudo systemctl start mariadb.service
sudo systemctl enable mariadb.service
#create a database
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update -y
sudo apt install php7.2
sudo systemctl restart apache2.service
#type http://localhost/phpinfo.php and check
#Downlaod tastyigniter from website/github
cd /var/www/html
#unzip the downloaded file here and name it to tastyigniter
sudo nano /etc/apache2/sites-available/tastyigniter.conf
sudo systemctl restart apache2.service
#type localhost and you should have the installation link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment