Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.06 KB

README.rdoc

File metadata and controls

59 lines (41 loc) · 1.06 KB

これは?

  • ただの学習用に作成したminiアプリ

技術要素

  • jquery

  • haml

  • sass

  • sinatra

  • rack

  • mongodb

  • mongomapper

  • webrat

  • shoulda

インストールめも

mongodbをダウンロード

mongodbの実行

cd <mongodb>
bin/mongod

bundlerのインストール

gem install bundler
export GEM_HOME=~/.bundle/ruby/1.8

git clone

git clone git@github.com:haru01/mini-cards.git
cd mini-cards

bundler を使って必要なgem インストール

bundle install

実行

ruby app_test.rb
ruby app.rb

学習リンクめも