I have an AWS instance running Fabric created from an AWS Fabric template. Unfortunately, this is a Linux (not Ubuntu) instance. Now I'm trying to install the composer tools on the same instance. The docs say that I shouldn't install anything as a root, but the system won't let me install Node unless I'm a root. When I'm trying to install composer-cli (w/o sudo), I get various permission errors. Is itpossible at all to install composer on a non-Ubuntu system?
Another option is to connect to the Fabric from another instance (which is based on Ubuntu). How do you do that? Is it possible? What I need is use composer-cli tools to work with the existing Fabric instance running on AWS Linux.