先日、Raspberry Pi 3 Model B に Redmine 環境を構築しました。
その後、思った以上にメモリ消費量が少なかったので、Orange Pi One(メモリ512MB)へ移行しました。
Orange Pi One へは Raspberry Pi と同じ手順で導入したのですが、redmine-sqlite パッケージ導入部分で手順が異なったので、当該部分をメモしておきます。
SBC | OS |
---|---|
Raspberry Pi | Raspbian Stretch Lite |
Orange Pi One | Armbian Stretch |
※「Raspbian Stretch Lite」より「Armbian Stretch」のほうが含まれるパッケージが多いので、依存関係結果が異なるのが原因です。
以下、Orange Pi One へ redmine-sqlite を導入する場合。
※ ruby, sqlite3 は already ... となっているので「redmine-sqlite redmine」でいけるかも。
# apt install redmine-sqlite redmine ruby sqlite3
ruby is already the newest version (1:2.3.3).
ruby set to manually installed.
sqlite3 is already the newest version (3.16.2-5+deb9u1).
sqlite3 set to manually installed.
The following NEW packages will be installed:
fontconfig-config fonts-dejavu-core imagemagick-6-common libfftw3-double3
libfontconfig1 libfreetype6 libjbig0 libjpeg62-turbo libjs-jquery liblcms2-2
liblqr-1-0 libltdl7 libmagickcore-6.q16-3 libmagickwand-6.q16-3 libopenjp2-7
libtiff5 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxslt1.1
redmine redmine-sqlite ruby-actionmailer ruby-actionpack
ruby-actionpack-action-caching ruby-actionpack-xml-parser ruby-actionview
ruby-activejob ruby-activemodel ruby-activerecord ruby-activesupport
ruby-addressable ruby-arel ruby-atomic ruby-blankslate ruby-builder
ruby-bundler ruby-coderay ruby-concurrent ruby-css-parser ruby-erubis
ruby-globalid ruby-hike ruby-hmac ruby-htmlentities ruby-i18n
ruby-jquery-rails ruby-json ruby-loofah ruby-mail ruby-mime-types
ruby-mimemagic ruby-molinillo ruby-multi-json ruby-net-http-persistent
ruby-net-ldap ruby-nokogiri ruby-openid ruby-pkg-config ruby-polyglot
ruby-protected-attributes ruby-rack ruby-rack-openid ruby-rack-test
ruby-rails ruby-rails-deprecated-sanitizer ruby-rails-dom-testing
ruby-rails-html-sanitizer ruby-rails-observers ruby-railties ruby-rbpdf
ruby-rbpdf-font ruby-redcarpet ruby-request-store ruby-rmagick ruby-roadie
ruby-roadie-rails ruby-sprockets ruby-sprockets-rails ruby-thor
ruby-thread-safe ruby-tilt ruby-treetop ruby-tzinfo
0 upgraded, 87 newly installed, 0 to remove and 0 not upgraded.