Skip to content

Latest commit

 

History

History

to-go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ElSA to-go

ElSA to-go is derived from Playa Mesos which in turn relies on VirtualBox and Vagrant, and an Ubuntu box image.

Prerequisites

Quick Start

Preparation:

  1. Install VirtualBox

  2. Install Vagrant

  3. Clone this repository

git clone https://github.com/mhausenblas/elsa.git
cd elsa/deployment/to-go
  1. Start the VM
vagrant up
  1. Connect to the Mesos Web UI on 10.141.141.10:5050 and the Marathon Web UI on 10.141.141.10:8080

  2. SSH to the VM

vagrant ssh
ls -al
exit

At this point in time you can launch ElSA via the autoscale script.

Once you're done experimenting, you can shut down the VM like so:

vagrant halt

… or, for faster start-up but larger disk footprint:

vagrant suspend

When you want to get rid of the VM, do the following:

vagrant destroy

Kudos

Kudos to the original Playa Mesos authors: