title | layout | sitemap | nav | toc |
---|---|---|---|---|
Speedrun! Deploying to Fly! |
docs |
false |
firecracker |
false |
You have an application you want to deploy on Fly? You already know your stuff? Specifically Docker? Good!
If not, head to our hands-on for Docker images or guides for Go and Node applications.
- [Install Flyctl](/docs/getting-started/installing-flyctl/) - you'll need it.
- Sign up/Log in to Fly - run `flyctl auth signup` to create an account or `flyctl auth login` to log in.
- Run `flyctl launch` - create, configure, and deploy a new application by inspecting your source code
- Run `flyctl info` - show you the hostname where your app is deployed.
- Run `flyctl open` - open your browser and direct it to your app.
Point your browser or other app at that hostname. That's your app running globally.