Skip to content

Instantly share code, notes, and snippets.

@matelau
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save matelau/9669670 to your computer and use it in GitHub Desktop.

Select an option

Save matelau/9669670 to your computer and use it in GitHub Desktop.

Revisions

  1. matelau renamed this gist Mar 20, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. matelau revised this gist Mar 20, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions add play via cli
    Original 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
  3. matelau created this gist Mar 20, 2014.
    20 changes: 20 additions & 0 deletions add play via cli
    Original 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