The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

launch-node-from-remote.md 3.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Launching a Bubble from a Remote Launcher
  2. =========================================
  3. These instructions assume you have already set up a [Remote Launcher](remote-launcher.md).
  4. ## Create a user
  5. Open a browser window to your Remote Launcher. You should see a screen like this one:
  6. #### Sign In Screen
  7. <a href="img/sign_in.png"><img src="img/sign_in.png" alt="screenshot of Sign In screen" height="500"/></a>
  8. Click the "Sign Up" button in the header to create a new user account.
  9. Note: You *could* sign in using the root account and launch a Bubble from there, but this is discouraged for security reasons.
  10. It is *highly recommended* to launch new Bubbles using a regular user account, and not your Remote Launcher root account.
  11. You should use the root account on the Remote Launcher only to manage the system itself.
  12. ## Verify user
  13. After you create a user, the Remote Launcher will send an email with a verification link.
  14. Click the link in the email to verify your new account.
  15. ## Launch Bubble
  16. After you click the verification link, you should see a "Launch Bubble" screen, like the one below:
  17. #### Launch Bubble Screen
  18. <a href="img/launch_bubble.png"><img src="img/launch_bubble.png" alt="screenshot of Launch Bubble screen" height="500"/></a>
  19. If you don't want to customize anything, just click or tap the `LAUNCH BUBBLE` button, and you're off and running!
  20. If you like to tweak settings, click the "Launch with Advanced Settings" link below the `LAUNCH BUBBLE` button.
  21. You should now see the advanced launch settings screen, like the one below:
  22. #### Launch Settings Screen
  23. <a href="img/launch_settings.png"><img src="img/launch_settings.png" alt="screenshot of Launch Settings" height="500"/></a>
  24. Choose your configuration options, then click the "Launch Your Bubble!" button to kick things off.
  25. The screen will refresh and show a progress meter, as in the screenshot below.
  26. A typical launch will take about 10 minutes, but don't fret, there's plenty to do while you wait - read on.
  27. #### Bubble Launching Screen
  28. <a href="img/launching.png"><img src="img/launching.png" alt="screenshot of Bubble Launching screen" height="500"/></a>
  29. ## Your Very First Bubble
  30. The very first Bubble you launch will use a [packer image](packer.md) that was created
  31. during [activation](activation.md).
  32. If the image is still being built or needs to be built, that will add some time to the launch process.
  33. The [Bubble packer documentation](packer.md) has more details on this process.
  34. ## Install Bubble Native Apps
  35. While your Bubble is launching, take a moment to
  36. [install the Bubble Native app](https://support.getbubblenow.com/hc/en-us/articles/360050801634-Connect-a-device-to-your-Bubble)
  37. on each device you plan on connecting to your Bubble.
  38. When your Bubble finishes launching, you'll see something like the screenshot below.
  39. Click or tap "Connect to Bubble" to be connected and automatically logged in to your new Bubble Node.
  40. #### My Bubble Screen
  41. <a href="img/my_bubble.png"><img src="img/my_bubble.png" alt="screenshot of My Bubble screen" height="500"/></a>