The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

run-binary.md 1.0 KiB

vor 4 Jahren
vor 4 Jahren
vor 4 Jahren
vor 4 Jahren
vor 4 Jahren
vor 4 Jahren
123456789101112131415161718192021222324252627282930
  1. Run Bubble from a Binary Distribution
  2. =====================================
  3. The setup instructions below assume you are running Ubuntu 20.04 or Mac OS X.
  4. If you're running another flavor of Linux, you can probably figure out how to get things working.
  5. If you're running Windows, things might be more difficult.
  6. ## Download a Bubble Distribution
  7. Download the [latest Bubble release](https://jenkins.bubblev.org/public/releases/bubble/latest/bubble.zip)
  8. Open a command-line terminal.
  9. Unzip the file that you downloaded:
  10. ```shell script
  11. unzip bubble.zip
  12. ```
  13. Change directories into the directory containing the files that were unzipped:
  14. ```shell script
  15. cd bubble-Adventure_1.x.x # replace `Adventure_1.x.x` with the version that you downloaded
  16. ```
  17. ## One-Time System Setup
  18. You'll need to install some software for Bubble to work correctly.
  19. Follow the instructions in [System Software Setup](system-software.md) to install the required software.
  20. ## Run Bubble
  21. Continue by running your Bubble as a [Local Launcher](local-launcher.md).