The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Você não pode selecionar mais de 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.

run-binary.md 1014 B

3 anos atrás
3 anos atrás
3 anos atrás
3 anos atrás
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).