Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created December 12, 2020 15:15
Show Gist options
  • Save LinuxlinkedBD/fbe0bd91cd9ba3f540700f049f7ce40a to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/fbe0bd91cd9ba3f540700f049f7ce40a to your computer and use it in GitHub Desktop.
HumHub installation with Nginx || Open Source Social Network Kit
If you need complete HumHub setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/n5R0EjsuFGU
########################################################################################################################################
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
cd /tmp
wget https://www.humhub.com/download/package/humhub-1.7.1.tar.gz
#browse http://localhost/ to complete installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment