Flynn
General workflow
Start a flynn cluster (on amazon or vagrant)
flynn cluster addto add that clusterflynn create NAMEin your appgit push flynn masterto deploy
Creating a cluster (AWS)
flynn install # (provisions AWS EC2 stuff)
flynn key add # (adds your pubkey to AWS)What it does
This creates
XXXX.flynnhub.comDashboard in
dashboard.XXXX.flynnhub.comUse
flynn -a dashboard env get LOGIN_TOKENto get login tokenApps live in
APP.XXXX.flynnhub.com
Using a flynn cluster
Managed in ~/.flynnrc: {: .-setup}
flynn cluster
flynn cluster add [-g githost] [-p pin] NAME URL KEY
flynn cluster remove NAME
flynn cluster default NAME # use this currentSetting up a new app
Commands
Environment vars
Scale
Logs
Running commands
Manage routes
More
Also see
Flynn website (flynn.io)
Last updated
Was this helpful?