Skip to content

Instantly share code, notes, and snippets.

View anilbhanushali's full-sized avatar

Anil Bhanushali anilbhanushali

View GitHub Profile
@anilbhanushali
anilbhanushali / webdev.yaml
Created June 1, 2020 19:28 — forked from ankitsinghaniyaz/webdev.yaml
Ansible file to setup a web develoipment environment in an Ubuntu(ish) OS
# Set up a development environment on an Ubuntu flavored linux distribution
# install and sets up:
# rbenv, nvm, mysql, postgres, redis
# vscode, slack, docker, chormium, tilix, heroku, postman, beekeeper, skype, kazam, peek and more
# setup an rsa key
# Usage:
# install ansible 2.7+ - latest
## sudo apt-add-repository ppa:ansible/ansible && sudo apt update && sudo apt install ansible
# run the playbook:
## ansible-playbook webdev.yaml -K -e "email=<your@email.com>"
@anilbhanushali
anilbhanushali / install_couchdb.sh
Created August 21, 2018 16:12 — forked from muzfuz/install_couchdb.sh
Bash script that installs CouchDB on Amazon Linux EC2 (2015.09)
#!/bin/bash
#This script is tuned to install CouchDB on an Amazon Linux (2015.09) EC2 Instance
#Documented here:
#https://cwiki.apache.org/confluence/display/COUCHDB/Amazon+Linux
#Install tools
sudo yum -y --enablerepo=epel groupinstall "Development Tools"
sudo yum -y --enablerepo=epel install perl-Test-Harness erlang-erts erlang-os_mon erlang-eunit libicu-devel autoconf-archive curl-devel erlang-etap erlang-asn1 erlang-xmerl js-devel
@anilbhanushali
anilbhanushali / vpnin10seconds.md
Created August 3, 2018 10:02 — forked from basilboli/vpnin10seconds.md
vpn in 10 seconds