Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 448 Bytes

Stackato scaling demo

Purpose

Displays IP and PID of the current instance of the app, useful for demonstrating multiple running instances.

Usage

via Stackato

$ stackato push -n

Then open http://scaling.stackato.local in a browser.

Without Stackato

It is possible to run the app without Stackato, if necessary.

  1. cpanm Mojolicious Sys::HostIP
  2. perl app.pl daemon

Then open http://127.0.0.1:3000/ in a browser.