Files
documentation/source/contributing/services/index.rst
2021-02-03 23:45:47 -07:00

26 lines
971 B
ReStructuredText

.. _service_sdk:
***********************
Service Packaging Guide
***********************
This technical guide covers the necessary steps to package up a service for deployment to an Embassy. To start, you will need to acquire :ref:`EmbassyOS <purchasing>` for testing the packaged service.
While you are waiting to assemble a device, you can begin the process of building your project in the format necessary to run on the Embassy. The sections below outline these steps in detail.
For reference, the `Hello world repository <https://github.com/Start9Labs/hello-world-wrapper>`_ should be used as an example. A project template can be cloned using the ``Use this template`` button in GitHub.
.. toctree::
:maxdepth: 2
overview
wrapper
docker
manifest
config
dependencies
Submission process
------------------
When you have built and tested your project for EmbassyOS, please send us a submission with the project repository to `dev@start9labs.com`.