Skip to content

Commit

Permalink
Tweaked
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn committed Oct 15, 2012
1 parent dfcb218 commit f1fffcb
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .settings/org.scala-ide.sdt.core.prefs
@@ -0,0 +1,4 @@
#Generated by sbteclipse
#Mon Oct 15 14:00:41 PDT 2012
deprecation=true
scala.compiler.useProjectSettings=true
10 changes: 6 additions & 4 deletions README.txt
Expand Up @@ -17,10 +17,11 @@ Make sure sbt is in your PATH.
You then need to clone this project
git clone git://github.com/cvogt/slick-presentation

Run sbt
# sbt
Run the code example from SBT
$ sbt run

Run the code example from within sbt
Or, start sbt and run the code example from within sbt
$ sbt
> run

You can edit the example using your favorite editor or to get proper code completion you can use
Expand All @@ -31,4 +32,5 @@ http://www.eclipse.org/downloads/packages/eclipse-classic-372/indigosr2
The Scala-IDE plugin
http://download.scala-ide.org/releases-210/milestone/site

Create a new Eclipse project in the project folder and add the slick jar to the build path. You can find it in the ivy cache. Under Windows it is located in you user directory under .ivy2\cache\com.typesafe\slick_2.10.0-M7\jars\slick_2.10.0-M7-0.11.1.jar
Create a new Eclipse project in the project folder and add the slick jar to the build path. You can find it in the ivy cache. Under Windows it is located in you user directory under %HOMEDRIVE%%HOMEPATH%\.ivy2\cache\com.typesafe\slick_2.10.0-M7\jars\slick_2.10.0-M7-0.11.1.jar
Under Mac and Linuxit is located in you user directory under ~.ivy2/cache/com.typesafe/slick_2.10.0-M7/jars/slick_2.10.0-M7-0.11.1.jar
34 changes: 34 additions & 0 deletions README.txt~
@@ -0,0 +1,34 @@
This is a code example of using the Slick database query library for Scala.

http://slick.typesafe.com

The example was used at

http://www.meetup.com/Bay-Area-Scala-Enthusiasts/events/80269142/
http://www.meetup.com/Bay-Area-Scala-Enthusiasts/events/80268902/

To get it running you need

SBT 0.12
http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html

Make sure sbt is in your PATH.

You then need to clone this project
git clone git://github.com/cvogt/slick-presentation

Run sbt
# sbt

Run the code example from within sbt
> run

You can edit the example using your favorite editor or to get proper code completion you can use

Eclipse 3.7
http://www.eclipse.org/downloads/packages/eclipse-classic-372/indigosr2

The Scala-IDE plugin
http://download.scala-ide.org/releases-210/milestone/site

Create a new Eclipse project in the project folder and add the slick jar to the build path. You can find it in the ivy cache. Under Windows it is located in you user directory under .ivy2\cache\com.typesafe\slick_2.10.0-M7\jars\slick_2.10.0-M7-0.11.1.jar

0 comments on commit f1fffcb

Please sign in to comment.