Caution
You are not reading the latest stable version of this documentation. If you want up-to-date information, please have a look at master.
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:
Create a simple hello world web service
Create a Dockerfile
Create a Package Manifest
Create a hosted repository which will contain all the service components
Create the packaged service file
You can find the complete code referenced in this guide on GitHub.
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 environment setup page.