Skip to content

Instantly share code, notes, and snippets.

@keikubo
keikubo / start.sh
Created February 9, 2012 05:47
A simple web server for python.
#!/usr/bin/env bash
python -m SimpleHTTPServer
@keikubo
keikubo / start.sh
Created February 9, 2012 06:36 — forked from sowawa/start.sh
The most simple web server using ruby.
#!/bin/bash
ruby -run -e httpd -- --port=3000 .
@keikubo
keikubo / install.sh
Created March 17, 2012 09:11
Rails 3.2.2 Scaffolding on Rackhub.
# use node v0.7.4
nvm 0.7.4
# create a gemset for a sample application.
rvm gemset create scaffold_test
rvm gemset use scaffold_test
# install rails
gem install rails
@keikubo
keikubo / README.md
Created March 20, 2012 01:38
Nginx + Unicorn for Rails on Rackhub

Nginx + Unicorn for Rails on Rackhub

Description:

This script enables you to launch your Rails application in production environment (port:80) with Nginx and Unicorn.

Installation:

Please make sure that your Gemfile in your rails application includes unicorn.

@keikubo
keikubo / README.md
Created April 4, 2012 23:08 — forked from sowawa/README.md
Lokka install

Lokka installer.

bash -s stable < <(curl -s https://raw.github.com/gist/2193002/install.sh)
@keikubo
keikubo / .recipe
Created April 20, 2012 00:28
Rackhub用の公開鍵の登録方法 (一部Mac向け)
thumbnail: "http://dl.dropbox.com/u/964705/images/20120524_063850.png"
video: "http://www.youtube.com/watch?v=ApfmAw4c_V0"
test
thumbnail: http://railscasts.com/assets/episodes/stills/346-wizard-forms-with-wicked.png
video: http://www.youtube.com/watch?v=iak6zSBZPvY
@keikubo
keikubo / README.md
Created May 15, 2012 03:23
Gitlab on Rackhub

Gitlab on Rackhub

概要

GitLabをRackhubで試してみるためのインストールスクリプト。

インストール