Open myier opened 6 years ago
Hello. I try my installation of Democracyos with Docker. I have not been able to finish correctly, but, I'm going forward. The developers of the French Pirate Party helped me better understand the installation, with node.js version 6.x For my installation with Docker, in the container of Democracyos which is based on Debian Jessie 8, here is the procedure.
Entrer dans le conteneur Docker de DemocracyOS. sudo docker exec -ti democracyos1 /bin/bash
apt update apt upgrade curl -sL https://deb.nodesource.com/setup_6.x | bash - apt-get install -y nodejs
Hi, i know the current version is very old, we are working in a new version of DemocracyOS and don't have time to make the migration in the current.
You can use nvm
to install other node.js versions or you could just use Docker.
Hi I tried to install democracyos on a debian server and I have version issues. Apparently it needs very old versions of nodejs and npm and I don't know how to install them. I don't know where to find the nvm command for example. I used this tutorial to install nodejs and npm in the first place.
Thank you