Skip to content

Instantly share code, notes, and snippets.

View soorepalli's full-sized avatar
🎯
Focusing

Raja Ramesh SP soorepalli

🎯
Focusing
  • Bangalore
View GitHub Profile
@soorepalli
soorepalli / create_repo.py
Created April 1, 2019 01:16 — forked from jkeesh/create_repo.py
python script for setting up git directories on remote servers
#
# This script creates a repository and sets it up with a post receive
# hook that checks out the code to the desired directory.
#
# Really nice for setting up an easy way to push code to a remote
# server without lots of overhead.
#
# After running this script simply add a remote locally like
#
# git remote add web ssh://you@server/path/to/repo.git
@soorepalli
soorepalli / docker-compose.yml
Created May 11, 2019 10:20 — forked from karelbemelmans/docker-compose.yml
A Docker compose file to create a Drupal 8 with MySQL stack, useable for local development.
# Basicly taken from:
# https://github.com/docker-library/drupal/issues/3#issuecomment-153775540
#
# Volume containers are the way to go.
version: '2'
services:
drupal:
image: drupal:8
links:
@soorepalli
soorepalli / README.md
Created April 5, 2021 10:27 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.