Browse Source

update docs

tags/v1.4.12
Jonathan Cobb 4 years ago
parent
commit
7978583588
5 changed files with 13 additions and 8 deletions
  1. +2
    -1
      docs/activation.md
  2. +4
    -2
      docs/dev.md
  3. +2
    -2
      docs/docker-launcher.md
  4. +2
    -1
      docs/launch-node.md
  5. +3
    -2
      docs/system-software.md

+ 2
- 1
docs/activation.md View File

@@ -1,4 +1,5 @@
# Bubble Activation
Bubble Activation
=================
The very first time Bubble runs it has a blank database, nothing has been defined. The very first time Bubble runs it has a blank database, nothing has been defined.


This is a Bubble that is awaiting activation. This is a Bubble that is awaiting activation.


+ 4
- 2
docs/dev.md View File

@@ -1,9 +1,11 @@
Bubble Developer Guide Bubble Developer Guide
====================== ======================
This guide is intended for developers who would like to work directly with the Bubble source code.


# Development Setup # Development Setup
These instructions presume you are running a newly setup Ubuntu 20.04 system.
Either the Ubuntu Server or Desktop distribution will work.
These instructions presume you are running a newly setup Ubuntu 20.04 or Mac OS X system.

For Ubuntu, either the Server or Desktop distribution will work.


Other Debian-based systems will probably also work fine. Other Debian-based systems will probably also work fine.




+ 2
- 2
docs/docker-launcher.md View File

@@ -1,5 +1,5 @@
# Bubble Docker Launcher
Bubble Docker Launcher
======================
The Bubble Docker Launcher makes it easy to run a Bubble launcher. The Bubble Docker Launcher makes it easy to run a Bubble launcher.


You can use the launcher to then start Bubbles that you can use. You can use the launcher to then start Bubbles that you can use.


+ 2
- 1
docs/launch-node.md View File

@@ -1,4 +1,5 @@
# Bubble Node Mode
Bubble Node Mode
================
A Bubble in Node Mode is a proper Bubble that allows you to connect your devices to it, and manages network traffic A Bubble in Node Mode is a proper Bubble that allows you to connect your devices to it, and manages network traffic
on behalf of those devices. on behalf of those devices.




+ 3
- 2
docs/system-software.md View File

@@ -1,7 +1,8 @@
# Install Required System Software # Install Required System Software
You only need to do this if you're running from a binary distribution or building and running from source.
You only need to do this if you're [running from a binary distribution](run-binary.md)
or [building and running from source](dev.md).


If you're using the Bubble Docker Launcher, you can skip this step.
If you're using the [Bubble Docker Launcher](docker-launcher.md), skip this step.


## Why Do This? ## Why Do This?
You'll need to install some software for Bubble to work correctly. You'll need to install some software for Bubble to work correctly.


Loading…
Cancel
Save