is play bundled as part of typesafe stack ?

86 views
Skip to first unread message

RottenBits

unread,
Oct 24, 2012, 1:08:03 PM10/24/12
to play-fr...@googlegroups.com
The download instructions on typesafe site conveniently seems to skip the part on how to install Play. 
And the ubuntu/deb bundle in their repo "apt-get install type safe-stack" does not seem to have play in it.

Are we to resort to having to download the zip from play site and setup paths etc ?

homebrew on mac seems to have the latest version of play ( hurray for homebrew ).

Monteiro

unread,
Oct 24, 2012, 1:33:03 PM10/24/12
to play-fr...@googlegroups.com
Hi,

What I do to have better control of the versions of play, I download the play from the website and configure the ~/.profile file adding the play folder to the path.

E.g.: cat ~/.profile:

PLAY_HOME=/Users/hugomonteiro/Documents/workspace/play_versions/play-2.0.4; export PLAY_HOME
export PATH=/opt/local/bin:/opt/local/sbin:$PLAY_HOME:$PATH

There is also a way to do with sbt, but I had some dependency problems :-)

Regards,
Reply all
Reply to author
Forward
0 new messages