Browse Source

update docs

tags/v1.5.4
Jonathan Cobb 4 years ago
parent
commit
673579d45d
2 changed files with 5 additions and 1 deletions
  1. +2
    -1
      README.md
  2. +3
    -0
      docs/dev_vagrant.md

+ 2
- 1
README.md View File

@@ -56,7 +56,8 @@ You must begin in this mode, where Bubble runs locally on your machine.
You'll setup the various cloud services required to run Bubble, You'll setup the various cloud services required to run Bubble,
and use the Local Launcher to start a Remote Launcher or a Bubble Node. and use the Local Launcher to start a Remote Launcher or a Bubble Node.


This is the mode that the [Bubble Docker Launcher](docs/docker-launcher.md) runs.
This is the mode run by the [Bubble Docker Launcher](docs/docker-launcher.md) and [Bubble Vagrant](docs/dev_vagrant.md)
environments.


Learn more about setting up [Local Launcher Mode](docs/local-launcher.md) Learn more about setting up [Local Launcher Mode](docs/local-launcher.md)




+ 3
- 0
docs/dev_vagrant.md View File

@@ -3,6 +3,9 @@ Bubble Vagrant Developer Setup
[Vagrant](https://www.vagrantup.com/) is a popular way to run pre-packaged software on virtual machines [Vagrant](https://www.vagrantup.com/) is a popular way to run pre-packaged software on virtual machines
like VirtualBox and VMware. like VirtualBox and VMware.


Bubble uses Vagrant to create a development environment where you can work on the codebase, and build,
run and test the API server and frontend webapp.

# Requirements # Requirements
Before starting a Bubble Vagrant box, you'll need install some software if you don't already have it: Before starting a Bubble Vagrant box, you'll need install some software if you don't already have it:




Loading…
Cancel
Save