Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created December 19, 2020 13:48
Show Gist options
  • Save LinuxlinkedBD/7c6ef1df73c18202cee9a0baa1de79a6 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/7c6ef1df73c18202cee9a0baa1de79a6 to your computer and use it in GitHub Desktop.
Attendize installation with LEMP stack
If you need complete Attendize setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/3KKk6jB6hxg
########################################################################################################################################
sudo apt update && sudo apt upgrade
sudo apt install nginx
systemctl restart nginx
systemctl status nginx
sudo apt update && sudo apt upgrade
sudo apt install php php-fpm php-cli
sudo systemctl restart php7.4-fpm.service
sudo systemctl status php7.4-fpm.service
sudo apt install mysql-server
sudo systemctl restart mysql.service
git clone https://github.com/Attendize/Attendize
cd Attendize
git checkout master
#browse http://localhost/ to complete installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment