Skip to content

Instantly share code, notes, and snippets.

View ankyit's full-sized avatar
🎯
Focusing

Ankit Mehta ankyit

🎯
Focusing
View GitHub Profile
@ankyit
ankyit / wordpress_install.info
Last active July 5, 2018 03:44
WordPress Installation
### Update the Server
apt-get update
apt-get upgrade
##Install webserver, PHP and MariaDB
apt-get install nginx php php-cli php-common php-curl php-dev php-fpm php-gd php-intl php-json php-mbstring php-mysql php-opcache php-readline php-soap php-xml php-zip mariadb-server
##Secure Maria DB and create database
mysql_secure_installation
mysql -i
@ankyit
ankyit / Laravel Ubuntu Installation
Last active February 27, 2018 02:10
Laravel PHP - Ubuntu
nginx php7.0 php7.0-cli php7.0-common php7.0-curl php7.0-dev php7.0-fpm php7.0-gd php7.0-intl php7.0-json php7.0-mbstring php7.0-mcrypt php7.0-opcache php7.0-pgsql php7.0-readline php7.0-soap php7.0-xml php7.0-zip redis-server
@ankyit
ankyit / Blazemeter Taurus install
Created February 20, 2018 16:15
Blazemeter Taurus install on Ubuntu 17.10
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install gcc jmeter python default-jre-headless python-tk python-pip python-dev libxml2-dev libxslt-dev zlib1g-dev net-tools python-setuptools -y && pip install wheel && pip install bzt