forked from superfly/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
speedrun.html.md.erb
41 lines (26 loc) · 1.8 KB
/
speedrun.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Speedrun! Deploying to Fly.io!
layout: docs
sitemap: false
nav: firecracker
toc: false
---
You have an application you want to deploy on Fly.io? You're in the right place.
For many languages and frameworks, you can deploy your app from zero, with the following three steps.
1. [Install flyctl](/docs/getting-started/installing-flyctl/) - you'll need it.
2. Create an account with `fly auth signup` or login with `fly auth login`.
3. Run `fly launch` - create, configure, and deploy a new application.
`fly launch` can configure and deploy the following kinds of apps automatically:
<%= partial "./getting-started/partials/scanner_guides" %>
You're not limited to these kinds of projects, though! `fly launch` also knows what to do [with a Dockerfile](/docs/getting-started/dockerfile/), so you can use the tech _you_ love.
See [Launching a New App](/docs/getting-started/launch-app/) for more on what `fly launch` does.
## Next steps
1. Run `flyctl status` - show the status of the application instances.
2. Run `flyctl open` - open your browser and direct it to your app.
If things don't go as smoothly as you'd like, visit our [community forum](https://community.fly.io) and get help!
Would you like to know more? You should read up on [private networking](https://fly.io/docs/reference/private-networking/), [volumes](/docs/reference/volumes/), and [global Postgres](https://fly.io/docs/getting-started/multi-region-databases/).
It's also easy to [bring your Heroku app to Fly.io](/launch/turboku) [Turboku](https://fly.io/launch/heroku) web launcher. Read about it in the [New Turboku launch post](https://fly.io/blog/new-turboku/).
Check out our other [Web Launchers](/launch), too.
<figure class="w:full mt:6">
<img src="/public/images/speedrun.jpg" srcset="/public/images/speedrun@2x.jpg 2x" alt="">
</figure>