ネット上の Sinatra 掲示板サンプルコードを動かしてみる(Ruby)

スクリーンショット

20180707163209

yharaさんの作られたサンプル。
https://github.com/yhara/sinatbbs
 
Sqlite3 が必要なので入れる。

$ sudo apt-get install sqlite3 libsqlite3-dev

git clone。

$ git clone git://github.com/yhara/sinatbbs.git

 
実行。「bundle exec」が面倒なら「start.rb」に「require "bundler/setup"」を追加。

$ cd sinatbbs
$ bundle install
$ ruby start.rb


ブラウザでhttp://localhost:4567/をアクセス。

技評での連載
第9回 SinatraとSequel・Hamlで掲示板アプリを作る:Ruby Freaks Lounge|gihyo.jp … 技術評論社