Skip to content

mixitconf/linkit

This branch is 650 commits ahead of cexbrayat/linkit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f85bbb7 · May 1, 2015
Apr 15, 2015
Apr 1, 2015
Mar 18, 2015
May 1, 2015
Mar 9, 2015
Sep 11, 2011
Mar 1, 2013
Feb 19, 2015
Dec 19, 2012
Dec 24, 2014

Repository files navigation

Prerequisites

Runs only with Play Framework 1.2.4.

If you want to deploy on TEST or PROD environments, you need to get conf/secrets.conf file from us (ask gently).

Running locally

play deps --sync
play run

That will create a H2 DB in memory, with default static data from conf/init-data.yml, and programmatic dummy data from app/controllers/PopulateOnStart.java.

Deploy on Cloud Foundry

  • Install the CloudFoundry client
  • cf login -a https://api.run.pivotal.io
    • Choose production space.
    • If space not chosen, you can do it later with cf target -s production
  • Retrieve the conf/secrets.conf
  • Eventually run play deps --sync
  • play war -o ../mixit.war --%cloudfoundry
  • Eventually run play evolutions:apply --%cloudfoundry
  • cf push

App runs on http://mix-it.fr, which is a DNS alias for http://mixit.cfapps.io/

If you're impacting DB with DDL SQL scripts, it's a good idea to make a database export before.

Packages

No packages published

Languages

  • Java 59.7%
  • HTML 30.6%
  • JavaScript 8.1%
  • CSS 1.6%