Skip to content

Rodac/linkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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).

Execution

play deps --sync
play run

Deploy on real environments

Deploy CloudBees TEST

play evolutions:apply --%cloudbeestest
play bees:app:deploy --%cloudbeestest

Deploy CloudBees PROD

If you're impacting DB with DDL SQL scripts, it's a good idea to take a snapshot of DB (to be able to restore it in case of dramatic failure) :

play evolutions:apply --%cloudbees
play bees:app:deploy --%cloudbees

About

Next Mix-IT site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published