Skip to content

Instantly share code, notes, and snippets.

@bmilesp
bmilesp / .gitconfig
Last active August 29, 2015 14:07 — forked from fideloper/.gitconfig
[alias]
#Basic
s = status
c = checkout
#Flow
fs = flow feature start
ff = flow feature finish
#Infoz
@bmilesp
bmilesp / install.sh
Last active August 29, 2015 14:07 — forked from fideloper/install.sh
Post LAMP, Git Composer Installer and Micro SaaS app Launching script
#!/usr/bin/env bash
########################################
###rename your project and add domain name here, if you wish. this env variable will be used in the git_project_script.sh file as well
## to run:
# add -p if production server to install composer,git,etc
# sudo bash install.sh -d access.undergroundshirts.com -s access -u ubuntu -g yes -p yes -x dbadmin -y dbpassword -z dbhost -a saas -n yes
#after script has run
#upload the developer's id_rsa.pub key to /home/ubuntu/.ssh and run: