diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index aa02f24a..3b021008 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -467,19 +467,30 @@ For example, you can use the following script: # Create a Satellite -When you're ready to deploy your project to production, you'll need to create a [satellite](/docs/terminology.md#satellite). +When you're ready to deploy your project to production, you'll need to create a [Satellite](/docs/terminology.md#satellite). -1. To get started, sign-in to the Juno [console](https://console.juno.build). If you are a new developer on Juno and the Internet Computer, you may be prompted to create your first anonymous [Internet Identity](/docs/terminology.md#internet-identity). -2. Click **Launch a new Satellite**. +1. To get started, sign-in to the Juno [Console](https://console.juno.build). +2. Click **Launch your first Satellite**. 3. Enter a name for your Satellite (note: this is for display purposes only and does not need to be unique). -4. Confirm with **Create a Satellite.** -5. The platform will then create your Satellite and provision its resources. -6. Once the process is complete, click **Continue** to access the overview page. +4. Select whether you're deploying a **Website** or **Application**. +5. Confirm with **Create a Satellite.** +6. The platform will then create your Satellite and provision its resources. +7. Once the process is complete, click **Continue** to access the service page. 🎉 You’re all set! You can now deploy your frontend app, static website, or publish your serverless functions to production. ➡️ Continue with the [deployment](/docs/category/deployment.md) guides to take the next step. +--- + +**Note:** + +Choose **Website** if you're deploying a static site, blog, portfolio, etc. + +Choose **Application** if your project needs user sign-in, data management, or serverless functions. + +You can change this later in your Satellite "Hosting" settings. + # Development Learn how to track page views, custom events, and performance metrics. diff --git a/docs/create-a-satellite.mdx b/docs/create-a-satellite.mdx index 7ea7bafb..9795bcf4 100644 --- a/docs/create-a-satellite.mdx +++ b/docs/create-a-satellite.mdx @@ -2,32 +2,43 @@ description: "A quick guide to creating a Satellite on Juno in production — the container that powers your app." keywords: [ - create a Satellite, + create a satellite, deploy with Juno, Juno Satellite, Juno container, - Internet Identity, Juno production guide, Juno app deployment, - launch Satellite, + launch satellite, Juno hosting ] --- # Create a Satellite -When you're ready to deploy your project to production, you'll need to create a [satellite]. +When you're ready to deploy your project to production, you'll need to create a [Satellite]. -1. To get started, sign-in to the Juno [console](https://console.juno.build). If you are a new developer on Juno and the Internet Computer, you may be prompted to create your first anonymous [Internet Identity]. -2. Click **Launch a new Satellite**. +1. To get started, sign-in to the Juno [Console](https://console.juno.build). +2. Click **Launch your first Satellite**. 3. Enter a name for your Satellite (note: this is for display purposes only and does not need to be unique). -4. Confirm with **Create a Satellite.** -5. The platform will then create your Satellite and provision its resources. -6. Once the process is complete, click **Continue** to access the overview page. +4. Select whether you're deploying a **Website** or **Application**. +5. Confirm with **Create a Satellite.** +6. The platform will then create your Satellite and provision its resources. +7. Once the process is complete, click **Continue** to access the service page. 🎉 You’re all set! You can now deploy your frontend app, static website, or publish your serverless functions to production. ➡️ Continue with the [deployment](/docs/category/deployment) guides to take the next step. +--- + +:::note + +Choose **Website** if you're deploying a static site, blog, portfolio, etc. + +Choose **Application** if your project needs user sign-in, data management, or serverless functions. + +You can change this later in your Satellite "Hosting" settings. + +::: + [satellite]: terminology.mdx#satellite -[Internet Identity]: terminology.mdx#internet-identity