The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

launch-node-from-local.md 1.6 KiB

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