The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

launch-node-from-local.md 3.1 KiB

před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. or are running the [Bubble Docker Launcher](docker-launcher.md).
  5. ## Login
  6. Open a browser window to your Local Launcher. You should see a screen like this one:
  7. #### Sign In Screen
  8. <a href="img/sign_in.png"><img src="img/sign_in.png" alt="screenshot of Sign In screen" height="500"/></a>
  9. Login to your Local Launcher using the root admin account that was created during activation.
  10. ## Launch Bubble
  11. You should see a "Launch Bubble" screen, like the one below:
  12. #### Launch Bubble Screen
  13. <a href="img/launch_bubble.png"><img src="img/launch_bubble.png" alt="screenshot of Launch Bubble screen" height="500"/></a>
  14. Click the "Launch with Advanced Settings" link below the `LAUNCH BUBBLE` button.
  15. You should now see the advanced launch settings screen, like the one below:
  16. #### Launch Settings Screen
  17. <a href="img/launch_settings.png"><img src="img/launch_settings.png" alt="screenshot of Launch Settings" height="500"/></a>
  18. In the "Bubble Type" drop-down, ensure that "Fork Bubble" is selected.
  19. If you leave the "Fork Host" field blank, the system will assign a hostname for you.
  20. Or, you set the "Fork Host" to be the fully-qualified domain name (FQDN) that the Bubble will be known as.
  21. The FQDN has the form `host.net.domain`, where `host` and `net` identify the Bubble and can be whatever you
  22. want (at least 3 characters each), and `domain` is the domain that's been selected in the "Domain" field.
  23. For example, if you selected `example.com` in the "Domain" field, you could enter
  24. `foo.bar.example.com` as the Fork Host.
  25. You will also need to specify an admin email login -- it must be different than your current login.
  26. Choose your other configuration options, then click the "Launch Your Bubble!" button kick things off.
  27. The screen will refresh and show a progress meter, as in the screenshot below.
  28. A typical launch will take about 10 minutes, but don't fret, there's plenty to do while you wait - read on.
  29. #### Bubble Launching Screen
  30. <a href="img/launching.png"><img src="img/launching.png" alt="screenshot of Bubble Launching screen" height="500"/></a>
  31. ## Your Very First Bubble
  32. The very first Bubble you launch will use a [packer image](packer.md) that was created
  33. during [activation](activation.md).
  34. If the image is still being built or needs to be built, that will add some time to the launch process.
  35. The [Bubble packer documentation](packer.md) has more details on this process.
  36. ## Install Bubble Native Apps
  37. While your Bubble is launching, take a moment to
  38. [install the Bubble Native app](https://support.getbubblenow.com/hc/en-us/articles/360050801634-Connect-a-device-to-your-Bubble)
  39. on each device you plan on connecting to your Bubble.
  40. When your Bubble finishes launching, you'll see something like the screenshot below.
  41. Click or tap "Connect to Bubble" to be connected to your new Bubble Node. You can then sign in.
  42. #### My Bubble Screen
  43. <a href="img/my_bubble.png"><img src="img/my_bubble.png" alt="screenshot of My Bubble screen" height="500"/></a>