The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

launch-node-from-remote.md 3.3 KiB

4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. To create a new account, click or tap the "Sign Up" button in the header, or the Sign Up link at the bottom of the screen.
  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. When you click Sign Up, you'll see a screen like the one below:
  13. #### Sign Up Screen
  14. <a href="img/sign_up.png"><img src="img/sign_up.png" alt="screenshot of Sign Up screen" height="500"/></a>
  15. ## Verify user
  16. After you create a user, the Remote Launcher will send an email with a verification link.
  17. Click the link in the email to verify your new account.
  18. ## Launch Bubble
  19. After you click the verification link in your email, you should see a "Launch Bubble" screen, like the one below:
  20. #### Launch Bubble Screen
  21. <a href="img/launch_bubble.png"><img src="img/launch_bubble.png" alt="screenshot of Launch Bubble screen" height="500"/></a>
  22. If you don't want to customize anything, just click or tap the `LAUNCH BUBBLE` button, and you're off and running!
  23. If you like to tweak settings, click the "Launch with Advanced Settings" link below the `LAUNCH BUBBLE` button.
  24. You should now see the advanced launch settings screen, like the one below:
  25. #### Launch Settings Screen
  26. <a href="img/launch_settings.png"><img src="img/launch_settings.png" alt="screenshot of Launch Settings" height="500"/></a>
  27. Choose your configuration options, then click the "Launch Your Bubble!" button to kick things off.
  28. The screen will refresh and show a progress meter, as in the screenshot below.
  29. A typical launch will take about 10 minutes, but don't fret, there's plenty to do while you wait - read on.
  30. #### Bubble Launching Screen
  31. <a href="img/launching.png"><img src="img/launching.png" alt="screenshot of Bubble Launching screen" height="500"/></a>
  32. ## Your Very First Bubble
  33. The very first Bubble you launch will use a [packer image](packer.md) that was created
  34. during [activation](activation.md).
  35. If the image is still being built or needs to be built, that will add some time to the launch process.
  36. The [Bubble packer documentation](packer.md) has more details on this process.
  37. ## Install Bubble Native Apps
  38. While your Bubble is launching, take a moment to
  39. [install the Bubble Native app](https://support.getbubblenow.com/hc/en-us/articles/360050801634-Connect-a-device-to-your-Bubble)
  40. on each device you plan on connecting to your Bubble.
  41. When your Bubble finishes launching, you'll see something like the screenshot below.
  42. Click or tap "Connect to Bubble" to be connected and automatically logged in to your new Bubble Node.
  43. #### My Bubble Screen
  44. <a href="img/my_bubble.png"><img src="img/my_bubble.png" alt="screenshot of My Bubble screen" height="500"/></a>