Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save m-hayabusa/c07011ba2376387760a8b79d1f0002f2 to your computer and use it in GitHub Desktop.
Save m-hayabusa/c07011ba2376387760a8b79d1f0002f2 to your computer and use it in GitHub Desktop.

Raspberry PiでGroundpolisのサーバーを回す

2020-08-25、 https://github.com/Groundpolis/Groundpolis/commit/a16e3b2030dafdb4a60f82effbb417ddf3d12842 時点でのやつ
Misskeyでも同じ手順なはず
遅いので適当に別のPCなどで$ yarn buildするなどするとよさそう
RPi 3B+ (1GB)ではlibvips、Groundpolisどちらもビルド通らなかった気がする
RPi 4B 2GBだとGpのビルドがかなりギリギリ スワップは増やす必要がある

やること

  1. Gpのドキュメント もしくは Misskeyのドキュメント$ yarn installの直前までをやる
  2. https://libvips.github.io/libvips/install.html に従ってビルド
  • libglib2.0-devを追加でインストールしました
  • なんか入れたほうがよさそうなのでlibmagickcore-devもインストールしました
  1. 1.のつづきをやる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment