Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created July 20, 2019 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/bb9eebcfa4a5ed6e55100af9a2dc422a to your computer and use it in GitHub Desktop.
Save mamemomonga/bb9eebcfa4a5ed6e55100af9a2dc422a to your computer and use it in GitHub Desktop.
Debian Busterへのマストドン導入(パッケージ類)

Debian Busterへのマストドン導入(パッケージ類)

nginx, certbot は除いています

# apt install -y curl
# curl -sL https://deb.nodesource.com/setup_8.x | bash -
# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
# echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

# apt update
# apt install -y \
  imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core \
  g++ libprotobuf-dev protobuf-compiler pkg-config nodejs gcc autoconf \
  bison build-essential libssl-dev libyaml-dev libreadline6-dev \
  zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev libgdbm6 \
  redis-server redis-tools postgresql postgresql-contrib \
  yarn libidn11-dev libicu-dev libjemalloc-dev

参照元

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment