Skip to content

Instantly share code, notes, and snippets.

@oralinnet
Created December 9, 2020 17:28
Show Gist options
  • Save oralinnet/ec7258114c47bd2757efffc3b9c10208 to your computer and use it in GitHub Desktop.
Save oralinnet/ec7258114c47bd2757efffc3b9c10208 to your computer and use it in GitHub Desktop.
Hashtopolis install on your Linux
If youu need Hashtopolis Setup in Linux contact with me:
Skype: rakibul.raju90
Telegram:+880 1736863870
WhatsApp:+880 1736863870
Email:oralinnet@gmail.com
https://about.me/oralin/
===========================================================================================================
# Step 1 Install Apache Server
sudo apt update
sudo apt upgrade
sudo apt install apache2t
# Visit: http://localhost/
# Step 2 Install MySQL
sudo apt install mysql-server
sudo mysql_secure_installation
sudo service mysql restart
# Step 3 Install PHP
sudo apt-get update
sudo apt install libapache2-mod-php php-mysql
sudo git clone https://github.com/s3inlc/hashtopolis.git
sudo systemctl restart apache2.service
http://localhost
#Hashtopolis #Lamp #git
@oralinnet
Copy link
Author

Screenshot from 2020-12-09 23-06-58
Screenshot from 2020-12-09 23-08-13
Screenshot from 2020-12-09 23-08-25
Screenshot from 2020-12-09 23-09-31
Screenshot from 2020-12-09 23-09-40
Screenshot from 2020-12-09 23-09-46

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