Flynn
General workflow
Start a flynn cluster (on amazon or vagrant)
flynn cluster add
to add that clusterflynn create NAME
in your appgit push flynn master
to deploy
Creating a cluster (AWS)
What it does
This creates
XXXX.flynnhub.com
Dashboard in
dashboard.XXXX.flynnhub.com
Use
flynn -a dashboard env get LOGIN_TOKEN
to get login tokenApps live in
APP.XXXX.flynnhub.com
Using a flynn cluster
Managed in ~/.flynnrc
: {: .-setup}
Setting up a new app
Commands
Environment vars
Scale
Logs
Running commands
Manage routes
More
Also see
Flynn website (flynn.io)
Last updated