pense-bête de bruno sanchiz

Accueil > programmes > mastodon

mastodon

Publié le 14 juin 2024, dernière mise-à-jour le 14 juin 2024, 1 visites, visites totales.

installation

  • zip
    • https://github.com/mastodon/mastodon
    • https://github.com/mastodon/mastodon/archive/refs/heads/main.zip
      apt-get install curl wget gnupg apt-transport-https lsb-release ca-certificates
      apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core   g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf   bison build-essential libssl-dev libyaml-dev libreadline6-dev   zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev   nginx nodejs redis-server redis-tools postgresql postgresql-contrib   certbot python3-certbot-nginx libidn11-dev libicu-dev libjemalloc-dev rbenv
      #adduser --disabled-login mastodon
      adduser mastodon
      su - mastodon
      
      
      

documentation

https://docs.joinmastodon.org/

[bruno sanchiz]