Skip to content

Instantly share code, notes, and snippets.

@mitaku
Last active December 16, 2015 09:09
Show Gist options
  • Save mitaku/5410548 to your computer and use it in GitHub Desktop.
Save mitaku/5410548 to your computer and use it in GitHub Desktop.
研修メニュー

2013-04-18 研修メニュー

  1. Try Ruby
  2. 環境構築

Try Ruby

ゴール

  • Try Rubyの達成率100%にする

環境構築

ローカルに作業用の仮想環境を構築する

  • OS不問
  • Ruby 2.0.0
  • 別のバージョンで動かす必要ができた場合に対応できるようにしておくこと
  • Rails 3.2.X
  • MySQL

ゴール

  • 仮想環境上でRuby 2.0.0, MySQLを利用するRailsアプリケーションを動かす (rails server)
  • ゲストOSにたてたサーバーにホストOS側からブラウザでアクセスする
  • 環境構築の手順を残す
  • 自分の使いやすいようにカスタマイズする
  • GitHubなどのサービスに自分の設定ファイルを置いておくことで効率化ができる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment