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.

remote-launcher.md 1.5 KiB

há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
123456789101112131415161718192021222324252627282930313233
  1. # Bubble Remote Launcher Mode
  2. You must already have a Bubble running in [Local Launcher Mode](local-launcher.md) to proceed.
  3. ## Start Bubble
  4. If your Bubble is not already running on your local system, start it by running `./bin/run.sh`
  5. ## Log In
  6. When your local Bubble finishes launching, it should open a web page. If you see a page with the title "Activation",
  7. then your Bubble still needs to be activated. Read about activation in the [Local Launcher Mode](local-launcher.md) instructions.
  8. If you see a login screen, you should be able to log in as the admin user using the email
  9. address `root@local.local` and the password from your `activation.json` file.
  10. ## Fork a Remote Launcher
  11. After you log in, you should see a "Launch Bubble" screen.
  12. If you don't see this screen, click the "My Bubble" link in the header.
  13. In the "Bubble Type" drop-down box, choose "Fork".
  14. In the "Fork Host" field, enter the fully-qualified domain name (FQDN) that the Bubble will be known as.
  15. In the "Plan" field, it is recommended to choose the highest-level plan. The Remote Launcher requires a decent amount
  16. of memory and CPU.
  17. In the "Domain" field, choose the domain that corresponds to the FQDN you entered in the "Fork Host" field.
  18. Configure the remaining fields as you desire. When you're ready, click the "Launch Your Bubble!" button.
  19. The screen will refresh and show a progress meter.
  20. When your Bubble finishes launching, it will show a "Connect to Bubble" button. Click this and you'll be connected
  21. to your Remote Launcher.
  22. You are now ready to [Launch a Bubble](launch-node.md)