Skip to content

Jug-Montpellier/jug-play-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Montpellier JUG web site / play 2.1.1 / scala 2.10.1

This project needs local install (publish-local) of:

DartSDK must be declared as an environement variable.

$> export DART_SDK=/path/to/dart_sdk

Enter in the cloned repository $> cd jug-play-scala

Launch sbt: $> sbt

Run the server: $> run

You need to have a postgresql database named jug and its owner needs to be test with password test :

  • $> psql
  • $> CREATE USER test;
  • $> ALTER USER test WITH ENCRYPTED PASSWORD 'test';
  • $> CREATE DATABASE jug OWNER test;

To build the dist file for cloundfoundry:

$> sbt -Dconfig.file=conf/cloud.conf clean dist

To deploy:

$> vmc push --path=dist/jug-play-scala-1.0.zip

Reinstall dart dependencies.

$> $DART_SDK/bin/pub install

$> sbt

$> run

About

Montpellier JUG web site with play2 / scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.3%
  • Scala 37.7%
  • CSS 14.8%
  • Dart 5.2%