Skip to content

Instantly share code, notes, and snippets.

@cloudybdone
Last active February 24, 2022 17:22
Show Gist options
  • Select an option

  • Save cloudybdone/94525e32e7e037927a01a9880c1caa1f to your computer and use it in GitHub Desktop.

Select an option

Save cloudybdone/94525e32e7e037927a01a9880c1caa1f to your computer and use it in GitHub Desktop.
How to Install TastyIgniter on Ubuntu Linux
If you need any help related to TastyIgniter Configuration Service on Ubuntu Linux contact with me:
Telegram: https://t.me/Cloudybdone
WhatsApp: https://wa.link/3j794g
Skype: https://join.skype.com/invite/vLFaKHx...
Email: cloudybdone@gmail.com
Linkedin: https://www.linkedin.com/in/cloudybdone/
Facebook: https://www.facebook.com/cloudybdone/
About Me: https://about.me/cloudybdone
YouTube PlayList: https://www.youtube.com/watch?v=qGeljrGcd00&list=PLiveDaEySXe_8Y5Ja21pOFllsaTpCy3YY
sudo apt update && sudo apt-get upgrade
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt install launchpad-getkey
sudo apt install git
sudo apt upgrade -y
sudo apt -f install
sudo apt -y autoclean
sudo apt update
sudo reboot
sudo -i
apt update
mysql_secure_installation
nano /etc/mysql/mysql
sudo systemctl restart mysql
sudo apt-get update -y
sudo mysql
CREATE USER 'netadmin'@'localhost' IDENTIFIED WITH mysql.....
GRANT CREATE, ALTER, DROP, INSERT, UPDATE, DELETE....
FLUSH PRIVILEGES;
exit
sudo systemctl restart mysql
sudo apt-get update -y
sudo apt-key fingerprint...
sudo curl -fsSL https://download....
sudo add-apt-repository "deb [arch=amd64] https://download....
sudo systemctl start docker
sudo usermod .....
sudo systemctl status docker
docker --version
# Docker Compose Install
sudo curl -L "https://github.com/docker/compose/
sudo ln -s /usr/local/bin/docker...
sudo apt-get update -y
docker-compose --version
sudo -i
git clone https://github.com..
cd TastyIgniter
git add .
git pull
docker build .
Visit: localhost:8001
@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-02-23 23-41-45

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-02-23 23-15-50

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-02-23 23-03-16

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-02-23 23-11-15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment