diff --git a/content/u/products/django-hosting/contents.lr b/content/u/products/django-hosting/contents.lr index 5f053b5..e6636ad 100644 --- a/content/u/products/django-hosting/contents.lr +++ b/content/u/products/django-hosting/contents.lr @@ -25,21 +25,38 @@ feature3_text: Because our Django hosting runs inside [Data Center Light](/u/projects/data-center-light), you can run your application with a good conscience and without emitting extra carbon. +--- +content1_text: +## Development flow + +The below diagram gives an overview of a typical development flow with +our Django hosting: + +--- +content1_image: djangohosting.svg --- description2: ## How it works -The below diagram gives an overview of how our Django hosting is -structured: +## Components -![](djangohosting.png) +Our Django hosting consists of 1-2 virtual machines and an optional +backup. Our customers often start with a development system -## Development We strongly recommend to develop Django (like any other application) with a version control system, even if you are just a single developer. You can even use the [ungleich code repository](https://code.ungleich.ch) for free -(you only need to [register an account] create an account -on +(you only need to [register an account](https://account.ungleich.ch)). + + +## Pricing + +* Setup fee is 35 CHF +* Monthly fee is 20 CHF + price of the VM + * Typical development VM: 1 cores, 2 GB RAM, 10 GB SSD + * Typical small prod VM: 2 cores, 4 GB RAM, 20 GB SSD + * Typical default prod VM: 4 cores, 8 GB RAM, 50 GB SSD +* All VMs can be extended with extra HDD space diff --git a/content/u/products/django-hosting/djangohosting.png b/content/u/products/django-hosting/djangohosting.png index be9e9e1..89a11a8 100644 Binary files a/content/u/products/django-hosting/djangohosting.png and b/content/u/products/django-hosting/djangohosting.png differ diff --git a/content/u/products/django-hosting/djangohosting.svg b/content/u/products/django-hosting/djangohosting.svg new file mode 100644 index 0000000..b752bec --- /dev/null +++ b/content/u/products/django-hosting/djangohosting.svg @@ -0,0 +1,147 @@ + + + + + + +G + + +cluster_local + + + +cluster_production_datacenter + +First data center + + +cluster_production + +Production environment + + +cluster_staging + +Staging environment + + +cluster_offsite + +Second data center + + + +editor + +Local editor + + + +git + +Local version control + + + +editor->git + + + + + +localweb + +Development webserver + + + +editor->localweb + + + + + +repo + +Code repository +(f.i. git) + + + +git->repo + + + + + +prodvm + +Production Server +uwsgi,nginx,postgres + + + +backupvm + +Backup server + + + +prodvm->backupvm + + +Daily backup + + + +repo->prodvm + + +Deploy after staging + + + +stagingvm + +Staging Server + + + +repo->stagingvm + + +Pre prod deployment + + + +monitoring + +Monitoring server + + + +monitoring->prodvm + + +Verify operation +and alert on failure + + + +monitoringmonitor + +Monitoring server + + + +monitoringmonitor->monitoring + + +Monitor the monitoring service + + +