The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

launch-node-from-local.md 1.6 KiB

3 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435363738
  1. Launching a Bubble from a Local Launcher
  2. ========================================
  3. These instructions assume you have already set up a [Local Launcher](local-launcher.md).
  4. ## Login
  5. Login to your Local Launcher using the root admin account that was created during activation.
  6. Because the login field must be an email address, use the special email address `root@local.local` to login
  7. with the admin account.
  8. ## Launch Bubble
  9. You should see a "Launch Bubble" screen.
  10. In the "Bubble Type" drop-down, choose "Fork Bubble"
  11. Choose your configuration options, then click the "Launch Your Bubble!" button kick things off.
  12. The screen will refresh and show a progress meter. A typical launch will take about 10 minutes.
  13. ## Your Very First Bubble
  14. The very first Bubble you launch will build a [Packer](https://packer.io) image that will be used for this and
  15. subsequent launches.
  16. This process adds about 20-25 minutes to the launch process.
  17. While the packer image is building, the progress meter will appear to be "stuck" at 1%. This is normal.
  18. If you're curious, you can observe the packer image being built in your Bubble logs.
  19. This only happens the first time you launch a Bubble.
  20. Later launches can skip this step, because Bubble will detect that the packer image already exists.
  21. ## Install Bubble Apps
  22. While your Bubble is launching, take a moment to
  23. [install the Bubble Native app](https://support.getbubblenow.com/hc/en-us/articles/360050801634-Connect-a-device-to-your-Bubble)
  24. on each device you plan on connecting to your Bubble.
  25. When your Bubble finishes launching, it will show a "Connect to Bubble" button. Click this and you'll be connected
  26. to your Bubble Node.