This is the first Ruby on Rails
memorial.
on Rails!
It may be a familiar screen for seniors, but I'm happy.
raspberrypi.bash
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.45-v7+ #1321 SMP Wed Jun 10 17:33:27 BST 2020 armv7l GNU/Linux
As you can see
raspberry pi ʻOS on
raspberry pi 3 B + `
As usual, it fits with sqlite
.
Editing Gemfile
gem 'sqlite3', '1.3.13'
bundle install
command
bundle.bash
$ sudo apt-get install libsqlite3-dev
$ sudo gem install sqlite3-ruby -- --with-sqlite3-include=/usr/include
$ gem install sqlite3 -v '1.3.13'
$ bundle install --path vendor/bundle
Referenced site
Recommended Posts