Skip to content

Tag: playframework

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 instal…