Skip to content

Commit 5080ec1

Browse files
committed
add deployment notes
1 parent 6d6cbe5 commit 5080ec1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ There are many ways to get started depending on your Goals
1010
1. [Ansible/SDK - Start Here](https://github.com/DigitalState/Sdk)
1111
1. [Build your first Digital Public Service](./build-your-first-service.md)
1212
1. Network Configurations
13-
1. Cloud Deployments
14-
1. On-Premise Deployments
13+
1. [Cloud Deployments](./deployments.md#cloud)
14+
1. [On-Premise Deployments](./deployments.md#on-premise)
1515
1. Production/"Going-Live" Considerations
1616

1717
## Service Designers

deployments.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Deployments
2+
3+
4+
# Cloud
5+
6+
Cloud deployments can be easily facilitated by updating the Inventory file for the Ansible deployment in the [SDK](https://github.com/DigitalState/Sdk), and using your specific [cloud provider module for Ansible](http://docs.ansible.com/ansible/latest/list_of_cloud_modules.html).
7+
8+
9+
# On-Premise
10+
11+
On-Premise deployments can be easily facilitated by updating the Inventory file for the Ansible deployment in the [SDK](https://github.com/DigitalState/Sdk), and then using SSH keys to connect to your host machine. The base configuration of the platform is configured for this. See the [SDK](https://github.com/DigitalState/Sdk) for further deployment instructions.
12+
13+
14+
# Development
15+
16+
Development deployments (typically local machine) are facilitated through the [SDK](https://github.com/DigitalState/Sdk) using the default configurations. Note that there are two options for deployments when doing development work: you can deploy from a Docker Image (typically the default Docker Hub), or you can create a manual build which will generate a image locally using the downloaded Git Repository. This is a configuration option in the Ansible Inventory file.

0 commit comments

Comments
 (0)