Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created December 4, 2020 18:52
Show Gist options
  • Save LinuxlinkedBD/f022af6e35f9774b5636b9a3a7f65179 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/f022af6e35f9774b5636b9a3a7f65179 to your computer and use it in GitHub Desktop.
TastyIgniter installation || Food Ordering and Restaurant Management System
If you need complete TastyIgniter setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/VIp5vyQ62xU
#####################################################################################################################################
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt update
sudo apt install launchpad-getkeys
sudo launchpad-getkeys
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -f install
sudo apt autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo reboot
sudo -i
apt update
apt install mysql-server
mysql_secure_installation
sudo systemctl restart mysql
sudo -i
git clone https://github.com/TastyIgniter/
#browse localhost:8001 on browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment