J Scott Smith

Tags

Tagged with:

Articles - January 17th, 2015

Automatic Deployments with Git Hooks

This article will cover how to set up automatic deployments using Git's post-receive hook. Once configured you will be able to push changes to a live server and run tasks needed to deploy your site/app automatically.

Read Article

Notes - January 14th, 2015

Running Bundle Exec Within a Git Hook

Use the -l parameter in a bash shell to inherit your path from your shell profile to correctly run Ruby Gems like Bundler.

Read Note

Articles - August 12th, 2014

Installing Statamic on DigitalOcean running Ubuntu 14.04

DigitalOcean is a an SSD VPS cloud hosting service built for developers. This means you’ll have affordable and fast hosting but you’ll need to setup and configure the server yourself. I’ll walk you through the process I followed and pieced together to get my own site up and running which includes setting up Linux, Apache, and PHP.

Read Article

All Tags