mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
* style updats * remove step from title * add contents for small screen submenu display * adjust footer
35 lines
941 B
ReStructuredText
35 lines
941 B
ReStructuredText
.. _packaging-framework:
|
|
|
|
=============
|
|
1 - Framework
|
|
=============
|
|
|
|
.. contents::
|
|
:depth: 2
|
|
:local:
|
|
|
|
What we'll build
|
|
----------------
|
|
|
|
We'll create a web application that produces a hello world page. This web application will be the service we package for the Embassy. During this guide we will:
|
|
|
|
1. Create a simple hello world web service
|
|
2. Create a Dockerfile
|
|
3. Create a Package Manifest
|
|
4. Create a hosted repository which will contain all the service components
|
|
5. Create the packaged service file
|
|
|
|
You can find the `complete code <https://github.com/Start9Labs/hello-world-wrapper>`_ referenced in this guide on GitHub.
|
|
|
|
Download required tools
|
|
-----------------------
|
|
|
|
If necessary, download any of the system requirements:
|
|
|
|
- Docker
|
|
- EmbassySDK
|
|
- A code editor
|
|
- Terminal
|
|
|
|
For more details and installation steps for these tools, visit the :ref:`environment setup <environment-setup>` page.
|