diff --git a/Setup.md b/Setup.md
index c21fce3..5b539b1 100644
--- a/Setup.md
+++ b/Setup.md
@@ -1,7 +1,7 @@
# Preparing for Setup
Currently Nassella requires users to set up the following three services in order to take advantage of Nassella's capabilities. If you use a different service to accomplish these actions and would like the ability to use Nassella with it, please contact us here: [https://www.nassella.org/contact/](https://www.nassella.org/contact/)
## [Cloudflare](https://www.cloudflare.com)
-Cloudflare is a global internet infrastructure and security company. Nassella uses Cloudflare for DNS.
+Cloudflare is a global internet infrastructure and security company. Nassella uses Cloudflare for [DNS](a "A Domain Name System (DNS) acts as a phonebook for your domain, translating your website's human-readable name (like example.com) into a machine-readable IP address.")
## [Digital Ocean](https://www.digitalocean.com)
Digital Ocean is a cloud-computing provider that offers on-site infrastructure and managed services to build, deploy, host, and scale applications. Nassella can make a website hosted here easier to maintain.
@@ -44,8 +44,8 @@ Back Blaze is a cloud storage and backup company. Nassella uses Back Blaze to m
[Find troubleshooting advice here.](Troubleshooting)
-4. Once all of the services have connected, click the Next button
-**Note ** Any changes to the connected services outside of Nassella after Nassella is set up may break the communication and effectiveness of Nassella.
+4. Once all of the services have connected, click the Next button
+** Note ** Any changes to the connected services outside of Nassella after Nassella is set up may break the communication and effectiveness of Nassella.
## Apps
Now that all of the services are set up, it's time to add the app specific settings.
@@ -69,24 +69,53 @@ Now that all of the services are set up, it's time to add the app specific setti
- Ghost
- Subdomain
- - Explain
+ - A subdomain is a prefix added to your main domain name that allows you to route traffic to specific applications running on your Nasella server. [subdomain].[rootDomain] (e.g. ghost.example.com) This is the name that will appear on the Nasella dashboard.
- Wg-easy
- Subdomain
- - Explain
+ - A subdomain is a prefix added to your main domain name that allows you to route traffic to specific applications running on your Nasella server. [subdomain].[rootDomain] (e.g. wg-easy.example.com) This is the name that will appear on the Nasella dashboard.
- Next Cloud
- Subdomain
- - Explain
+ - A subdomain is a prefix added to your main domain name that allows you to route traffic to specific applications running on your Nasella server. [subdomain].[rootDomain] (e.g. next-cloud.example.com) This is the name that will appear on the Nasella dashboard.
+ - Admin Username
+ - Admin Password
- Wordpress
- Subdomain
- - Explain
+ - A subdomain is a prefix added to your main domain name that allows you to route traffic to specific applications running on your Nasella server. [subdomain].[rootDomain] (e.g. wordpress.example.com) This is the name that will appear on the Nasella dashboard.
- Logviewer
- Subdomain
- - Explain
+ - A subdomain is a prefix added to your main domain name that allows you to route traffic to specific applications running on your Nasella server. [subdomain].[rootDomain] (e.g. log.example.com) This is the name that will appear on the Nasella dashboard.
+ - Admin Email
+ - Admin Password
+5. Click the Next button
## Machine
-
+Next, we set up the settings for the machine that will run the selected apps.
+
+1. Enter the settings
+ - Region
+ - Use the dropdown to select the region closest to your location.
+2. Click the Next button.
+
+3. Enter the settings
+ - Volume
+ - Enter the number of GB for persistent applicaiton storage
+ - Price Dropdown
+ - Select the architecture from digital ocean that best suits your needs. The price is given on the left.
+4. Click the Next button.
## Review
+
+
+Finally, you can review the settings that you have configured. You can use the Back button to make any changes.
+Once you are certain that this is the setup you would like to use, click the Launch button. These settings can be adjusted in the future using the Nassella dashboard.
+
+
+
+After launching you will see a list of deployment tasks and their status. When it is complete, the Finish button will become availible.
+
+** Notes **
+ - If a step is not needed for your deployment, it may stay with the 'Queued' status
+ - On the first deployment, it is expected that the 'Backup Instance' step will fail as there is currently no instance to backup.
\ No newline at end of file
diff --git a/images/deploymentProgress.png b/images/deploymentProgress.png
new file mode 100644
index 0000000..c88a587
Binary files /dev/null and b/images/deploymentProgress.png differ
diff --git a/images/machineInstancePropertiesSettings.png b/images/machineInstancePropertiesSettings.png
new file mode 100644
index 0000000..c6a112a
Binary files /dev/null and b/images/machineInstancePropertiesSettings.png differ
diff --git a/images/machineRegionSetting.png b/images/machineRegionSetting.png
new file mode 100644
index 0000000..8df345f
Binary files /dev/null and b/images/machineRegionSetting.png differ
diff --git a/images/reviewSettings.png b/images/reviewSettings.png
new file mode 100644
index 0000000..756d2fa
Binary files /dev/null and b/images/reviewSettings.png differ