Skip to content

Instantly share code, notes, and snippets.

@ereyes01
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ereyes01/1588dd5329ab53058a1a to your computer and use it in GitHub Desktop.
Save ereyes01/1588dd5329ab53058a1a to your computer and use it in GitHub Desktop.
Tasqr CLI usage
$ cd /opt/myproject
$ tasqr git clone http://github.com/me/mywebsite.git
Saving "git clone..."
$ tasqr cp services/emailer.conf /etc/init/
Saving "sudo services/..."
$ tasqr initctl start emailer
Saving "initctl start..."
$ tasqr cp server-config/nginx.conf \
/etc/nginx/sites-available/mysite.conf
Saving "cp server-config..."
$ tasqr ln -sf /etc/nginx/sites-available/mysite.conf \
/etc/nginx/sites-enabled/mysite
Saving "ln -sf /etc/nginx/..."
$ tasqr service nginx restart
Saving "service nginx restart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment