Last active
August 29, 2015 13:57
-
-
Save matelau/9669670 to your computer and use it in GitHub Desktop.
Revisions
-
matelau renamed this gist
Mar 20, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
matelau revised this gist
Mar 20, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,8 @@ export PATH=$PATH:/home/action/Dev/play-2.2.2 #test functionality cd ~/workspace && play new test cd test play "run 3000" #Note: Play may require more memory then Nitrious.io boxes have by default to add more go into the settings for a box and #increase the limit -
matelau created this gist
Mar 20, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ #Create Dir for Play Framework to reside mkdir Dev && cd Dev #Download Play Framework! wget http://downloads.typesafe.com/play/2.2.1/play-2.2.2.zip #Extract unzip play-2.2.2.zip #update Path vim ~/.bashrc #add line to .bashrc export PATH=$PATH:/home/action/Dev/play-2.2.2 #test functionality cd ~/workspace && play new test #Note: Play may require more memory then Nitrious.io boxes have by default to add more go into the settings for a box and #increase the limit