Handy scripts and stuff that I use regularly for git and Meteor development.
Common tasks for git, Meteor, nginx, apache, Node.js, upstart and other tools.
Commonly used on Ubuntu Linux servers.
gitup <origin>
- Add all files, remove any deleted, get commit desc and pushmrtdep
- Deploy Meteor.js project to/var/node/<foldername>
. Requirednginx.conf
andinit.conf
files in project folder to work.mrtrel
- Deploy Meteor.js atmosphere package to atmosphere.gitinit <repository_url>
- Reconfigure a lost git project, run asgitinit <repository_url>
in the directory and it will pull theorigin/master
branch.
nginx.conf
Sample - nginx.confinit.conf
Sample - init.conf
place the files in ~/bin
add a following line to your ~/.bash_profile
file.
PATH=$PATH:$HOME/bin