Last active
April 28, 2021 17:26
-
-
Save LinuxFintech/926d40abaf71a41d9726a4b01cf429d1 to your computer and use it in GitHub Desktop.
Restaurant Online Ordering System
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PING ME TO ENGAGED YOUR WORKS: | |
SMS: +8801735917013 | |
IMO: +8801735917013 | |
BiP: +8801735917013 | |
Viber: +8801735917013 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013 | |
Skype: https://join.skype.com/uZtGEczcYM0J | |
Email: [email protected] | |
sudo apt update && sudo apt-get upgradesudo apt autoremove | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt update | |
sudo reboot --fix-missing | |
ufw allow from any to any port 3306 proto tcp | |
sudo systemctl restart mysql | |
sudo systemctl enable mysqlsudo apt-get upgrade -y | |
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y | |
sudo apt-key fingerprint 0EBFCD88 | |
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extrassudo add-apt-repository ppa:git-core/ppa | |
sudo apt update | |
docker build . | |
docker-compose up -d | |
localhost:8001 | |
@LinuxFintech | |
Enjoy Tastylgniter | |
#tastylgniter #tastylgniter_install #tastylgniter_linux | |
#restaurant #online #ordering #system #development #service Online |
Author
LinuxFintech
commented
Apr 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment