Skip to content

Instantly share code, notes, and snippets.

@rauhryan
rauhryan / 1-vagrant-up.debug
Created February 22, 2017 00:25
Vagrant logs
INFO global: Vagrant version: 1.8.7
INFO global: Ruby version: 2.2.5
INFO global: RubyGems version: 2.4.5.1
INFO global: VAGRANT_OLD_ENV_PWD="/Users/rauhryan/lecode/realsavvy/vm"
INFO global: VAGRANT_OLD_ENV_Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.hecLYOS0yb/Render"
INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8"
INFO global: VAGRANT_OLD_ENV_USER="rauhryan"
INFO global: VAGRANT_OLD_ENV_SHLVL="1"
INFO global: VAGRANT_OLD_ENV_LESS="-R"
INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.bdplo2Jgkx/Listeners"
@rauhryan
rauhryan / install_rubinus.sh
Created March 12, 2015 16:43
Install Rubinius on Ubuntu 14.04
sudo apt-get install ruby-dev
sudo apt-get install -y bison zlib1g-dev libssl-dev libreadline-dev libncurses5-dev
sudo apt-get install clang-3.5 libclang-3.5-dev
sudo apt-get install llvm llvm-dev llvm-gcc
rbenv install rbx-2.5.2
import Ember from 'ember';
export default Ember.Controller.extend({
appName: '_qpDelegate bug'
});
@rauhryan
rauhryan / Release-notes-v1.7.150.md
Last active September 22, 2016 20:26
HuBoard Enterprise - 1.7.150 Release notes

HuBoard Enterprise - 1.7.150 Release notes

The 1.7.150 HuBoard Enterprise package release is now available for download from https://enterprise.huboard.com/download.

Check out the git diff on GitHub

I'm happy to annouce a new HuBoard Enterprise update! Here are some things to look out for on your boards:

Task board

@rauhryan
rauhryan / Notes.md
Last active June 13, 2016 18:31
HuBoard Enterprise - 1.6.136 Release notes

HuBoard Enterprise - 1.6.136 Release notes

The 1.6.136 HuBoard Enterprise package release is now available for download from https://enterprise.huboard.com/download.

Check out the git diff on GitHub

This release is HUGE! Over 25 closed pull requests and over 250 git commits touching over 300 files.

The team has been working hard on this release and it shows.

{
"action": "assigned",
"issue": {
"url": "https://api.github.com/repos/huboard/pitch-deck/issues/1",
"repository_url": "https://api.github.com/repos/huboard/pitch-deck",
"labels_url": "https://api.github.com/repos/huboard/pitch-deck/issues/1/labels{/name}",
"comments_url": "https://api.github.com/repos/huboard/pitch-deck/issues/1/comments",
"events_url": "https://api.github.com/repos/huboard/pitch-deck/issues/1/events",
"html_url": "https://github.com/huboard/pitch-deck/issues/1",
"id": 153544094,
task :package do
package_name = "apt-cacher-offline"
description = "Offline package of the apt-cacher-ng cacher folder"
maintainer = "<techops@huboard.com>"
url = "https://huboard.com"
build_number = ENV["BUILD_NUMBER"] || "0"
version = "1.0.#{build_number}"
cache_dir = File.join("", "var", "cache", "apt-cacher-ng")
@rauhryan
rauhryan / Guide.md
Last active April 8, 2016 17:31
Installing HuBoard Enterprise on AWS

Installing HuBoard Enterprise on AWS

Basic installation on AWS requires using the EC2 management tools to launch an instance of the HuBoard Enterprise AMI. The instance may be launched into either EC2-Classic or your organization's VPC.

Prerequisites


Before you install HuBoard Enterprise on AWS, make sure you meet the following requirements:

  • You must have an AWS account capable of launching EC2 instances and creating EBS volumes. Sign up here.
  • You must have your HuBoard Enterprise license file and package file. Visit enterprise.huboard.com to download latest version or request a trial license.
@rauhryan
rauhryan / Notes.md
Last active March 23, 2016 22:33
HuBoard Enterprise - 1.6.116 Release notes

HuBoard Enterprise - 1.6.116 Release notes

The 1.6.116 HuBoard Enterprise package release in now available for download from https://enterprise.huboard.com/download.

Check out the git diff on GitHub

Enhancements

  • Adds email collection on HuBoard logins #182
@rauhryan
rauhryan / Notes.md
Last active January 20, 2016 13:10
HuBoard Enterprise - 1.6.107 Release notes

HuBoard Enterprise - 1.6.107 Release notes

The 1.6.107 HuBoard Enterprise package release in now available for download from https://enterprise.huboard.com/download.

Check out the git diff on GitHub

HuBoard Enterprise only

  • Adds configuration for server-side encrypted s3 uploads #161