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 1014 B

vor 3 Jahren
vor 3 Jahren
vor 3 Jahren
vor 3 Jahren
12345678910111213141516171819202122232425262728
  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. unzip bubble.zip
  11. Change directories into the directory containing the files that were unzipped:
  12. cd bubble-Adventure_1.x.x # replace `Adventure_1.x.x` with the version that you downloaded
  13. ## One-Time System Setup
  14. You'll need to install some software for Bubble to work correctly.
  15. Follow the instructions in [System Software Setup](system-software.md) to install the required software.
  16. ## Run Bubble
  17. Continue by running your Bubble as a [Local Launcher](local-launcher.md).