Skip to content

aaronthorp/handy-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handy Scripts and Tools

Details

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.

Tools

  • gitup <origin> - Add all files, remove any deleted, get commit desc and push
  • mrtdep - Deploy Meteor.js project to /var/node/<foldername>. Required nginx.conf and init.conf files in project folder to work.
  • mrtrel - Deploy Meteor.js atmosphere package to atmosphere.
  • gitinit <repository_url> - Reconfigure a lost git project, run as gitinit <repository_url> in the directory and it will pull the origin/master branch.

Sample Scripts

Instructions

place the files in ~/bin

add a following line to your ~/.bash_profile file.

PATH=$PATH:$HOME/bin

About

Handy scripts and stuff that I use regularly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published