I would like to be able to install strapi on any Linux server of the various registers, how is it possible to do this? I can’t find anything except on digital ocean or something like that
This topic has been created from a Discord post (1238402085742182410) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord
You should be able to install via CLI if starting from scratch: CLI | Strapi Documentation
Or from docker if you already have a local project: Docker | Strapi Documentation
There might be an aspect of your project that I’m missing, but it shouldn’t matter if you’re creating the project on windows, mac, or linux (for Strapi, atleast). Just make sure you have node and npm, installing these will be a little bit different from distro to distro, but here’s the command for Ubuntu: sudo apt install nodejs npm
.