-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from aerosense-ai/doc/update-documentation
Update documentation
- Loading branch information
Showing
30 changed files
with
1,002 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. _cloud: | ||
|
||
===== | ||
Cloud | ||
===== | ||
|
||
The majority of aspects of the aerosense cloud are documented in other | ||
repositories (eg aerosense-tools, aerosense-dashboard). However, on the | ||
gateway / ingress side it's worth collecting some notes here. | ||
|
||
.. toctree:: | ||
:caption: Cloud Contents | ||
:maxdepth: 1 | ||
|
||
cloud_functions | ||
creating_service_accounts | ||
uploads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. _uploads: | ||
|
||
======= | ||
Uploads | ||
======= | ||
|
||
Once running ``gateway start``, windows are uploaded to the cloud ingress bucket (unless the ``--no-upload-to-cloud`` option is used). | ||
|
||
If the connection to Google Cloud fails, windows will be written to the hidden directory | ||
``./<output_directory>/.backup`` where they will stay until the connection resumes. | ||
Backup files are deleted upon successful cloud upload. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _check: | ||
|
||
===== | ||
Check | ||
===== | ||
|
||
Once the above steps are complete, in the balena (or your own, for a manual installation) terminal, check the installation by typing: | ||
|
||
.. code-block:: shell | ||
gateway --help | ||
.. figure:: /images/balena/gateway-help.png | ||
:width: 600px | ||
:align: center | ||
:figclass: align-center | ||
|
||
If the gateway is correctly installed, you should see this. | ||
|
||
|
||
|
||
|
Oops, something went wrong.