Parcourir la source

update docs

tags/v1.5.4
Jonathan Cobb il y a 3 ans
Parent
révision
9269aa5343
8 fichiers modifiés avec 52 ajouts et 10 suppressions
  1. +1
    -1
      docs/activation.md
  2. BIN
     
  3. BIN
     
  4. BIN
     
  5. +14
    -3
      docs/launch-node-from-local.md
  6. +14
    -1
      docs/launch-node-from-remote.md
  7. +4
    -0
      docs/local-launcher.md
  8. +19
    -5
      docs/remote-launcher.md

+ 1
- 1
docs/activation.md Voir le fichier

@@ -4,7 +4,7 @@ The very first time Bubble runs it has a blank database, nothing has been define

If you load the Bubble webapp, you'll see a screen like this one:

<a href="img/activation.png"><img src="img/activation.png" alt="screenshot of activation page" height="500"/></a>
<a href="img/activation.png"><img src="img/activation.png" alt="screenshot of Activation page" height="500"/></a>

This is a Bubble that is awaiting activation.






+ 14
- 3
docs/launch-node-from-local.md Voir le fichier

@@ -4,14 +4,25 @@ These instructions assume you have already set up a [Local Launcher](local-launc
or are running the [Bubble Docker Launcher](docker-launcher.md).

## Login
Open a browser window to your Local Launcher. You should see a screen like this one:

<a href="img/sign_in.png"><img src="img/sign_in.png" alt="screenshot of Sign In page" height="500"/></a>

Login to your Local Launcher using the root admin account that was created during activation.

## Launch Bubble
You should see a "Launch Bubble" screen.
You should see a "Launch Bubble" screen, like the one below:

<a href="img/launch_bubble.png"><img src="img/launch_bubble.png" alt="screenshot of Launch Bubble page" height="500"/></a>

Click the "Launch with Advanced Settings" link below the `LAUNCH BUBBLE` button.
You should now see the advanced launch settings screen, like the one below:

<a href="img/launch_settings.png"><img src="img/launch_settings.png" alt="screenshot of Launch Settings" height="500"/></a>

In the "Bubble Type" drop-down, choose "Fork Bubble"
In the "Bubble Type" drop-down, ensure that "Fork Bubble" is selected.

Choose your configuration options, then click the "Launch Your Bubble!" button kick things off.
Choose your other configuration options, then click the "Launch Your Bubble!" button kick things off.

The screen will refresh and show a progress meter. A typical launch will take about 10 minutes.



+ 14
- 1
docs/launch-node-from-remote.md Voir le fichier

@@ -3,6 +3,10 @@ Launching a Bubble from a Remote Launcher
These instructions assume you have already set up a [Remote Launcher](remote-launcher.md).

## Create a user
Open a browser window to your Remote Launcher. You should see a screen like this one:

<a href="img/sign_in.png"><img src="img/sign_in.png" alt="screenshot of Sign In page" height="500"/></a>

Click the "Sign Up" button in the header to create a new user account.

Note: You *could* sign in using the root account and launch a Bubble from there, but this is discouraged for security reasons.
@@ -14,7 +18,16 @@ After you create a user, the Remote Launcher will send an email with a verificat
Click the link in the email to verify your new account.

## Launch Bubble
After you click the verification link, you should see a "Launch Bubble" screen.
After you click the verification link, you should see a "Launch Bubble" screen, like the one below:

<a href="img/launch_bubble.png"><img src="img/launch_bubble.png" alt="screenshot of Launch Bubble page" height="500"/></a>

If you don't want to customize anything, just click or tap the `LAUNCH BUBBLE` button, and you're off and running!

If you like to tweak settings, click the "Launch with Advanced Settings" link below the `LAUNCH BUBBLE` button.
You should now see the advanced launch settings screen, like the one below:

<a href="img/launch_settings.png"><img src="img/launch_settings.png" alt="screenshot of Launch Settings" height="500"/></a>

Choose your configuration options, then click the "Launch Your Bubble!" button kick things off.



+ 4
- 0
docs/local-launcher.md Voir le fichier

@@ -12,6 +12,10 @@ Once the server is running, it will try to open a browser window to continue con
It will also print out the URL, so if the browser doesn't start correctly, you can paste this
into your browser's location bar.

If you load the Bubble webapp, you'll see a screen like this one:

<a href="img/activation.png"><img src="img/activation.png" alt="screenshot of Activation page" height="500"/></a>

## Activation
Your Bubble is running locally in a "blank" mode. It needs an initial "root" account and some basic services configured.



+ 19
- 5
docs/remote-launcher.md Voir le fichier

@@ -7,16 +7,30 @@ If your Bubble is not already running on your local system, start it by running

## Log In
When your local Bubble finishes launching, it should open a web page. If you see a page with the title "Activation",
then your Bubble still needs to be activated. Read about activation in the [Local Launcher Mode](local-launcher.md) instructions.
like the one shown below, then your Bubble still needs to be activated.

If you see a login screen, you should be able to log in as the admin user using the email
Read about activation in the [Local Launcher Mode](local-launcher.md) instructions.

<a href="img/activation.png"><img src="img/activation.png" alt="screenshot of Activation page" height="500"/></a>

If you see a login screen (like the one shown below), you should be able to log in as the admin user using the email
address and the password used during activation.

<a href="img/sign_in.png"><img src="img/sign_in.png" alt="screenshot of Sign In page" height="500"/></a>

## Fork a Remote Launcher
After you log in, you should see a "Launch Bubble" screen.
If you don't see this screen, click the "My Bubble" link in the header.
After you log in, you should see a "Launch Bubble" screen, like the one below:

<a href="img/launch_bubble.png"><img src="img/launch_bubble.png" alt="screenshot of Launch Bubble page" height="500"/></a>

If you don't see this screen, click the "My Bubble" link in the left sidebar.

Click the "Launch with Advanced Settings" link below the `LAUNCH BUBBLE` button.
You should now see the advanced launch settings screen, like the one below:

<a href="img/launch_settings.png"><img src="img/launch_settings.png" alt="screenshot of Launch Settings" height="500"/></a>

In the "Bubble Type" drop-down box, choose "Fork Launcher".
In the "Bubble Type" drop-down box, ensure "Fork Launcher" is selected.

In the "Fork Host" field, enter the fully-qualified domain name (FQDN) that the Bubble will be known as.



Chargement…
Annuler
Enregistrer