fdskahowi2984o2kd
fdskahowi2984o2kd

Reputation: 1

Which document or sample should I refer to start securesocial 3.0 with play framwork 2.3.x in scala?

Environment
- Play 2.3.8
- sbt 0.13.8
- java 1.8
- scala 2.11
- Mac OSX 10.9
- secure social (latest 'master snapshot')


I just tried using secure social 3.0 with play framework 2.3.x in scala. I found two reference as following.

I'll leave sample code here.
plugins.sbt

// Comment to get more information during initialization
logLevel := Level.Warn

// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Common.playVersion)

So, which document should I refer or how to solve the problem on the above?
I need something to import to plugins.sbt?
Thank you.

Upvotes: 0

Views: 218

Answers (1)

fdskahowi2984o2kd
fdskahowi2984o2kd

Reputation: 1

Sample mentioned above is working by following steps.

  1. Run sbt from the project root
  2. Use the command project scalaDemo to navigate to the scala demo
  3. run

How do you run the SecureSocial demo?

Upvotes: 0

Related Questions