Divio Cloud developer handbook¶

'Divio Cloud'

Contents¶

Tutorials¶

Get started with a hands-on introduction to the Divio Cloud fordevelopers.

How-to guides¶

Step-by-step guides for the developer covering key operations and procedures

Reference¶

Technical reference - tools, components and commands

Background¶

Explanation and discussion of key topics

About the Divio Cloud¶

The Divio Cloud is a platform for Python/Django webprojects. The Divio Cloud aims to offer developers:

More reliable deployment - it’s built in Python and Django, and uses Dockerto give application developers a local development environment that isconsistent between the Cloud live and test servers - in other words, a systemwhere if it works on your machine, you can expect it to work in production.

Easier deployment and maintenance - the Dockerised Cloud platform makes itpossible for developers to get their projects online, and to take charge ofdeployment, maintenance and scaling, without needing the operations or systemadministrator skills this usually demands to do well.

Better portability - the containerisation technology used in Divio Cloudprojects guarantees portability and means freedom from lock-in to a singleprovider. A Divio Cloud project can be easily deployed on another platformthat supports Docker.

About this handbook¶

The handbook is aimed at developers, who are already familiar withcommand-line tools and either know some basic Python or are experiencedprogrammers.

For those with less experience, we recommend our tutorial for non-developers, while if you’d like an overview of what theDivio Cloud can offer as a business tool, please visit the Divio website.

Detailed table of contents¶

原文: http://docs.divio.com/en/latest/index.html