Skip to content

Instantly share code, notes, and snippets.

@hrdmtr
Last active December 16, 2015 11:19
Show Gist options
  • Save hrdmtr/5426964 to your computer and use it in GitHub Desktop.
Save hrdmtr/5426964 to your computer and use it in GitHub Desktop.
[user]$ wget http://downloads.typesafe.com/releases/play-1.2.5.zip
--2013-04-20 18:46:14--  http://downloads.typesafe.com/releases/play-1.2.5.zip
Resolving downloads.typesafe.com (downloads.typesafe.com)... 54.240.188.139, 54.240.188.179, 54.240.188.191, ...
Connecting to downloads.typesafe.com (downloads.typesafe.com)|54.240.188.139|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 64734849 (62M) [application/zip]
Saving to: ‘play-1.2.5.zip’

100%[===================================================================>] 64,734,849  9.39MB/s   in 6.7s

2013-04-20 18:46:21 (9.15 MB/s) - ‘play-1.2.5.zip’ saved [64734849/64734849]

[user]$
[user]# mv play-1.2.5.zip  /usr/local/
[user]# cd /usr/local/
[user]# unzip play-1.2.5.zip
Archive:  play-1.2.5.zip
Play! 1.2.5
   creating: play-1.2.5/
   creating: play-1.2.5/documentation/
   creating: play-1.2.5/documentation/api/
   creating: play-1.2.5/documentation/api/play/
    :
    :
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/selenium-test.css
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/selenium.css
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/xpath/dom.js
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/xpath/javascript-xpath-0.1.11.js
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/xpath/util.js
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/xpath/xmltoken.js
  inflating: play-1.2.5/modules/testrunner/public/test-runner/selenium/xpath/xpath.js
  inflating: play-1.2.5/modules/testrunner/src/play.plugins
  inflating: play-1.2.5/modules/testrunner/src/play/modules/testrunner/FirePhoque.java
  inflating: play-1.2.5/modules/testrunner/src/play/modules/testrunner/TestRunnerPlugin.java
[user]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment