I am trying to install the typesafe activator (scala, AKKA, play framework, activator)
I have Yosemite OSX
My bash is Oh my ZSH
I already have JDK 1.7, installed and exported
I downloaded and unzipped the file "typesafe-activator-1.2.10-minimal". Finally I put the export path on my ~/.zshrc
but when I type activator on the terminal it prints that cant find the file
thank you
Just over three months ago we released the first developer preview of Typesafe Activator. Since then developers have been raving about how easy it is to start building applications on the Typesafe Platform using Activator. Today we are excited to announce that Activator is open source!
This release includes 21 template applications that make it easy to get started with Play Framework, Akka and Scala. The community has been contributing some great templates and so can you! With Activator now being open source we are excited to see what else the community will contribute.
With Activator now being open source we are excited to see what else the community will contribute. We’ve heard some are already working on new features like an integrated Scala REPL. We can’t wait to see where this goes!
An sbt plugin can communicate with Activator’s JavaScript UI using sbt-core-next APIs, so the only need to modify Activator itself will be the pure UI (JS and HTML). For example, to add Activator support for Play Framework, we modified the Play plugin to send an event containing the application URL when the Play server has started up.
For people like me, who are reading this in 2019 (or later) and are unable to find activator recipee in homebrew, be informed that activator has been decommissioned
Good news is, it's fairly simple to create new projects (including templates for play, akka etc.) with sbt new
command and Giter8 templates.
get HomeBrew. play documentation says this : Play install on mac
But there have been some changes to that. Now you have to do this.
Try this:
brew install typesafe-activator
And then use activator
command to start it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With