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.

remote-launcher.md 2.0 KiB

3 jaren geleden
4 jaren geleden
4 jaren geleden
4 jaren geleden
3 jaren geleden
4 jaren geleden
4 jaren geleden
4 jaren geleden
4 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
4 jaren geleden
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Bubble Remote Launcher Mode
  2. ===========================
  3. You must already have a Bubble running in [Local Launcher Mode](local-launcher.md) to proceed.
  4. ## Start Bubble
  5. If your Bubble is not already running on your local system, start it by running `./bin/run.sh`
  6. ## Log In
  7. When your local Bubble finishes launching, it should open a web page. If you see a page with the title "Activation",
  8. then your Bubble still needs to be activated. Read about activation in the [Local Launcher Mode](local-launcher.md) instructions.
  9. If you see a login screen, you should be able to log in as the admin user using the email
  10. address and the password used during activation.
  11. ## Fork a Remote Launcher
  12. After you log in, you should see a "Launch Bubble" screen.
  13. If you don't see this screen, click the "My Bubble" link in the header.
  14. In the "Bubble Type" drop-down box, choose "Fork Launcher".
  15. In the "Fork Host" field, enter the fully-qualified domain name (FQDN) that the Bubble will be known as.
  16. In the "Plan" field, it is recommended to choose the highest-level plan. The Remote Launcher requires a decent amount
  17. of memory and CPU.
  18. In the "Domain" field, choose the domain that corresponds to the FQDN you entered in the "Fork Host" field.
  19. Configure the remaining fields as you desire. When you're ready, click the "Launch Your Bubble!" button.
  20. The screen will refresh and show a progress meter. A typical launch will take about 10 minutes.
  21. ## Your Very Remote Launcher
  22. The very first Bubble Remote Launcher you launch will use a [packer image](packer.md) that was created
  23. during [activation](activation.md).
  24. If the image is still being built or needs to be built, that will add some time to the launch process.
  25. The [Bubble packer documentation](packer.md) has more details on this process.
  26. ## Next Steps
  27. When your Bubble finishes launching, it will show a "Connect to Bubble" button. Click this and you'll be connected
  28. to your Remote Launcher.
  29. You are now ready to [Launch a Bubble](launch-node.md) from the Remote Launcher