edit titles in dev tools

This commit is contained in:
Lucy Cifferello
2022-02-13 19:09:53 -07:00
parent a09bbb80aa
commit 10f352cd66
4 changed files with 14 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
.. _embassy-cli:
===========
Embassy-CLI
===========
==============================
Embassy Command Line Interface
==============================
.. warning:: This is for advanced users only!! Anything you do while SSH'd into your Embassy is NOT SUPPORTED, unless under the guidance of a Start9 technician.

View File

@@ -1,16 +1,17 @@
.. _embassy-sdk:
===========
Embassy-SDK
===========
================================
Embassy Software Development Kit
================================
.. warning:: This is for developers only!! Anything you do while SSH'd into your Embassy is NOT SUPPORTED, unless under the guidance of a Start9 technician.
You can install to your system by running the following from you ``embassy-os`` directory:
You can install to your system by running the following from your ``embassy-os`` directory:
.. code-block:: bash
cargo install --bin=embassy-sdk --path=. --no-default-features --verbose
cd backend
./install-sdk.sh
You can enter ``embassy-sdk help`` or ``embassy-sdk <option> help`` to get an overview of capabilities:

View File

@@ -1,12 +1,12 @@
.. _embassyd:
========
EmbassyD
========
==============
Embassy Daemon
==============
.. warning:: This is for advanced users only!! Anything you do while SSH'd into your Embassy is NOT SUPPORTED, unless under the guidance of a Start9 technician.
EmbassyD is the daemon that runs everything that could be considered EmbassyOS.
`embassyd`` is the daemon that runs everything that could be considered EmbassyOS.
When SSH'd into your Embassy, you may see the status of EmbassyD with the following:

View File

@@ -4,7 +4,7 @@
Service Containers
==================
For simplicity, EmbassyOS is designed to be completely operated via the :ref:`WebUI<web-ui>`, however, your device belongs to you and if you want to "lift the hood" and access the internals of the software, you may do so. This guide will show you how to enter a Service's :ref:`container<containers>` in order to directly interface with it and issue commands.
For simplicity, EmbassyOS is designed to be completely operated via the :ref:`WebUI <web-ui>`, however, your device belongs to you and if you want to "lift the hood" and access the internals of the software, you may do so. This guide will show you how to enter a Service's Docker container in order to directly interface with it and issue commands.
.. warning:: The following guide is for those that have advanced command line skills, or those who are being guided by a Start9 support technician. Nothing you do inside a container is supported unless under the direction of Start9. Here be dragons!!