[Lift] Scala Web framework --Lift (a) preparation

Lift

Official Website: http://liftweb.net/

 

download

http://liftweb.net/download  download the .zip archive, unzip

or

A terminal, run:

git clone https://github.com/lift/lift_25_sbt.git

 

installation

A terminal, change directory to "lift / scala_29 / lift_basic"

run:

./sbt

sbt will download a bunch of stuff

After the download is complete, the prompt ">" enter the command

Remarks:

sbt is a build tool for Scala and Java projects that aims to do the basics well.

sbt official website:  http://www.scala-sbt.org/

github: https://github.com/sbt/sbt

 

Support IntelliJ IDEA

In the ">" prompt at sbt, execute the command

gen-idea

After downloading a bunch of stuff

Open IntelliJ IDEA, Open Project

lift/scala_29/lift_basic

 

run

In the ">" prompt at sbt, execute the command

container:start

Open the browser and go to http: // localhost: 8080

  

Reproduced in: https: //www.cnblogs.com/dyingbleed/archive/2013/03/31/2991387.html

Guess you like

Origin blog.csdn.net/weixin_34401479/article/details/93301862