Skip to content
Advertisement

Tag: installation

How to Install Composer globally on Cloudlinux

I can’t seem to install Composer globally on Cloudlinux. I have managed to install packages like git etc but these are actual packages unlike composer. I made Git globally available using the cagefsctl e.g.: But this doesn’t seem to work for Composer (which makes sense). How do I do this for non packages like Composer? Answer In order to install

Install Play! with activator on linux

I’m new with the framework Play! and Linux and I’m trying to install Play! scala. I’m following the official tutorial (official play! tutorial) But I have this problem : when I run this command : $ activator new my-first-app play-scala I have this warning : And when I run sudo apt-get install nmh It’s said : nmh is already the

Advertisement