Skip to content

インストールメモ

vestige edited this page Aug 8, 2011 · 12 revisions

準備するもの

gitx

Rails3.0.7

##Gitの用意

  • インストールはすんでいる

##githubにリポジトリを用意する

  • tkbbを使う

リポジトリをクローンして、Railsプロジェクトを作成、プッシュまで

git clone [email protected]:vestige/tkbb.git
rails new arm
git add .
git commit -m "add new project"
git push

netbeans

XCode