Skip to content

Instantly share code, notes, and snippets.

View MohamedBasaleh's full-sized avatar
😄
Work Hard

Mohamed Basaleh MohamedBasaleh

😄
Work Hard
View GitHub Profile
@MohamedBasaleh
MohamedBasaleh / Setup.sh
Last active December 20, 2021 17:31
Setup Ngnix + MySQL + Postgres + Redis + RVM + Ruby Version + Ruby On Rails + SSH + Git + Cola + Oh-My-Zsh
# Step 1 — Installing Nginx
sudo apt-get update
sudo apt-get upgrade -y
sudo apt install nodejs
sudo apt-get install curl git-core nginx -y
# Step 2 — Installing Databases
# before install , update apt-get
$ sudo apt-get update
@mhmdAljefri
mhmdAljefri / install.sh
Last active February 27, 2019 14:37 — forked from ali-sheiba/install.sh
Setup Ubuntu Server with Ngnix + MySQL + Redis + Git + RVM + Ruby 2.4.0 + Ruby On Rails
#!/bin/sh
# ngix + required packages
sudo apt update
sudo apt upgrade -y
sudo apt install curl git-core nginx build-essential tcl8.5 -y
sudo apt install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev
# mysql