ハンズオン中はごめんなさいをするしかなかったのですが、 Skinny Framework 1.0.6 から使えるようになりました!
$ ./skinny debug [port]
| *.o | |
| *.pyc | |
| *~ | |
| Thumbs.db | |
| .DS_Store | |
| *.swp |
| autodetach on | |
| defkanji utf-8 | |
| defencoding utf-8 | |
| encoding utf-8 utf-8 | |
| defscrollback 1000 | |
| escape ^z^z | |
| startup_message off | |
| hardstatus alwayslastline "%{= wb} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wk} [%l] %{=b wb}%y/%m/%d %{=b wm}%02c" | |
| bind s | |
| shell /bin/zsh |
| # users generic .zshrc file for zsh(1) | |
| ## Environment variable configuration | |
| # | |
| # LANG | |
| # | |
| export LANG=ja_JP.UTF-8 | |
| ## OSX tar |
| # encoding: utf-8 | |
| # This file should contain all the record creation needed to seed the database with its default values. | |
| # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). | |
| # | |
| # Examples: | |
| # | |
| # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) | |
| # Mayor.create(name: 'Emanuel', city: cities.first) | |
| #!/bin/sh | |
| # | |
| # puma - this script starts and stops the puma daemon | |
| # | |
| # chkconfig: - 85 15 | |
| # description: Description \ | |
| # goes here... | |
| # processname: puma | |
| # config: /etc/puma.conf | |
| # pidfile: /home/stanislaw/apps/micro-apps/puma/puma.pid |
| #!/bin/bash | |
| # hubot | |
| # chkconfig: 345 20 80 | |
| # description: hubot | |
| # processname: hubot | |
| # REFERENCE: http://werxltd.com/wp/2012/01/05/simple-init-d-script-template/ | |
| # This script assumes you have a user called "hubot" on your system and that hubot is installed in /opt/hubot |