Skip to content

Instantly share code, notes, and snippets.

@wake
wake / .travis.yml
Last active December 17, 2015 00:18
Auto deploy Octopress with Github + Travis-CI.
branches:
only:
- master
language: ruby
rvm:
- 1.9.3
before_script:
# Set the git config stuff, so Git stops yelling at us
- git config --global user.name "wake"
- git config --global user.email "[email protected]"
@wake
wake / centos-redmine-2.3.0-installation.md
Last active April 5, 2017 01:43
Build Redmine 2.3.0 on DigitalOcen CentOS 6.3 x64

Redmine 2.3.0 Installation (DigitalOcen CentOS 6.3 x64)


1. Packages / Dependencies

yum groupinstall "Development Tools" -y
yum install kernel-devel \
@wake
wake / centos-gitlab-installation-faq.md
Last active December 15, 2015 18:49
CentOS GitLab Installation FAQ

CentOS GitLab Installation FAQ


make: *** [doc/capi/.timestamp] Killed

There are several way but I can't promise which one will work:

@wake
wake / centos-gitlab-5.1-installation.md
Last active November 30, 2016 16:43
Build GitLab 5.1 on DigitalOcen CentOS 6.3 x64