HackerSchool / Passport

Passport
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Passport

Build Status Codacy Badge

Setting up the work environment

  1. Install the Play 2.X Framework and make sure it is in your path
  2. Clone the repository https://github.com/HackerSchool-IST/Passport.git
  3. In the clone directory repository execute play dependencies eclipse
  4. Import the project into Eclipse
  5. Install Scala in Eclipse update site = http://download.scala-ide.org/sdk/e38/scala210/stable/site, select Scala IDE for Eclipse and at least Play2 support in Scala IDE under the "Scala IDE Plugins".
  6. In the clone directory execute play run
  7. Make sure you have MySQL running with a database named passport and a user with the same name with permissions on that databse, and with password a really humungusly ginormous password for the passport mysql db (with the spaces)
  8. You play project is now accessible in http://localhost:9000/

Stack Overflow Scala Tutorial

http://stackoverflow.com/tags/scala/info

Scala Style Guide

From Code Commit

http://www.codecommit.com/scala-style-guide.pdf

From Martin Odersky FunProg Course on Coursera

https://class.coursera.org/progfun-003/wiki/ScalaStyleGuide