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 1.9 KiB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Launching a Bubble from a Remote Launcher
  2. These instructions assume you have already set up a [Remote Launcher](remote-launcher.md).
  3. ## Create a user
  4. Click the "Sign Up" button in the header to create a new user account.
  5. Note: You *could* sign in using the root account and launch a Bubble from there, but this is discouraged for security reasons.
  6. It is *highly recommended* to launch new Bubbles using a regular user account, and not your Remote Launcher root account.
  7. You should use the root account on the Remote Launcher only to manage the system itself.
  8. ## Verify user
  9. After you create a user, the Remote Launcher will send an email with a verification link.
  10. Click the link in the email to verify your new account.
  11. ## Launch Bubble
  12. After you click the verification link, you should see a "Launch Bubble" screen.
  13. Choose your configuration options, then click the "Launch Your Bubble!" button kick things off.
  14. The screen will refresh and show a progress meter. A typical launch will take about 10 minutes.
  15. ## Your Very First Bubble
  16. The very first Bubble you launch will build a [Packer](https://packer.io) image that will be used for this and
  17. subsequent launches.
  18. This process adds about 20-25 minutes to the launch process.
  19. While the packer image is building, the progress meter will appear to be "stuck" at 1%. This is normal.
  20. If you're curious, you can observe the packer image being built in your Bubble logs.
  21. This only happens the first time you launch a Bubble.
  22. Later launches can skip this step, because Bubble will detect that the packer image already exists.
  23. ## Install Bubble Apps
  24. While your Bubble is launching, take a moment to
  25. [install the Bubble Native app](https://support.getbubblenow.com/hc/en-us/articles/360050801634-Connect-a-device-to-your-Bubble)
  26. on each device you plan on connecting to your Bubble.
  27. When your Bubble finishes launching, it will show a "Connect to Bubble" button. Click this and you'll be connected
  28. to your Bubble Node.