Mise-à-jour Mastodon v1.4.1
Suivre le didacticiel : Mise-à-jour d’une instance Mastodon vers la version stable v1.2
1/ Erreur.
mastodon@server01mas:~/live$ gem install rails ... Failed to locate protobuf ... An error occurred while installing cld3 (3.1.2), and Bundler cannot continue. Make sure that `gem install cld3 -v '3.1.2'` succeeds before bundling.
Solution :
# apt-get install pkg-config libprotobuf-dev protobuf-compiler
2/ Installation de Nodejs 6.0.
– Installation de Node.js 6.x via le dépôt officiel :
root@server01mas:/home/admin# curl -sL https://deb.nodesource.com/setup_6.x | bash -
– Installation :
root@server01mas:/home/admin# apt-get install -y nodejs
– Vérification :
root@server01mas:/home/admin# nodejs -v v6.10.3
Comments are closed, but trackbacks and pingbacks are open.