The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

3 роки тому
3 роки тому
3 роки тому
3 роки тому
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).