[root@localhost play]
_
_ __ | | __ _ _ _
| '_ \| |/ _' | || |
| __/|_|\____|\__ /
|_| |__/
play 2.2.6 built with Scala 2.10.3 (running Java 1.7.0_79), http://www.playframework.com
The new application will be created in /opt/play/test
What is the application name? [test]
> Play Jack Wang
Error: Application name may only contain letters, digits, '_' and '-', and it must start with a letter.
What is the application name? [test]
> PlayJackWang
Which template do you want to use for this new application?
1 - Create a simple Scala application
2 - Create a simple Java application
> 1
OK, application PlayJackWang is created.
Have fun!
[root@localhost play]
[root@localhost play]
/opt/play
[root@localhost play]
total 0
drwxr-xr-x 7 root root 111 Nov 14 2014 test
[root@localhost play]
[root@localhost play]
test/
├── app
│ ├── controllers
│ │ └── Application.scala
│ └── views
│ ├── index.scala.html
│ └── main.scala.html
├── build.sbt
├── conf
│ ├── application.conf
│ └── routes
├── project
│ ├── build.properties
│ └── plugins.sbt
├── public
│ ├── images
│ │ └── favicon.png
│ ├── javascripts
│ │ └── jquery-1.9.0.min.js
│ └── stylesheets
│ └── main.css
├── README
└── test
├── ApplicationSpec.scala
└── IntegrationSpec.scala
10 directories, 14 files
[root@localhost play]
[root@localhost ~]
[root@localhost test]
Getting org.scala-sbt sbt 0.13.0 ...
:: retrieving :: org.scala-sbt
confs: [default]
43 artifacts copied, 0 already retrieved (12440kB/128ms)
[info] Loading project definition from /opt/play/test/project
[info] Set current project to PlayJackWang (in build file:/opt/play/test/)
[info] Updating {file:/opt/play/test/}test...
[info] Resolving org.fusesource.jansi
[info] Done updating.
--- (Running the application from SBT, auto-reloading is enabled) ---
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000
(Server started, use Ctrl+D to stop and go back to the console...)
[info] Compiling 5 Scala sources and 1 Java source to /opt/play/test/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.3. Compiling...
[info] Compilation completed in 32.219 s
[info] play - Application started (Dev)