Month: October 2015

  • Running Play Framework as services in Production Ubuntu

    Here are steps to deploy Play Framework to Ubuntu as services : 1. Stage 1activator stage 2. Setup services in /etc/init.d/your-play 12345678910111213141516171819202122232425262728293031323334#!/bin/sh ### BEGIN INIT INFO # Provides:          mdm # Required-Start:    $local_fs $remote_fs $network $syslog # Required-Stop:     $local_fs $remote_fs $network $syslog # Default-Start:     2 3 4 […]