Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Latest commit

 

History

History
95 lines (59 loc) · 3.04 KB

index.rst

File metadata and controls

95 lines (59 loc) · 3.04 KB

Get started

The tutorial will introduce you to the Divio toolchain, and the complete cycle of application creation, development, deployment and management as a developer, from setting up an application locally to deploying your own application on the cloud. It assumes you are comfortable with the command line, and understand the basics of using SSH keys, Git and so on.

Installation <01-installation> Django <django/index> Aldryn <aldryn/index> Wagtail <wagtail/index> Laravel <laravel/index>

Before you do anything else, start here. The local development environment is where you'll be doing most of your work.

  • /introduction/01-installation

Next, select your path through the tutorial.

Django

Get started with Django

This tutorial is recommended as an introduction for all Python/Django developers.

  1. /introduction/django/django-02-create-project
  2. /introduction/django/django-03-setup-project-locally
  3. /introduction/django/django-04-deploy
  4. /introduction/django/django-05-database
  5. /introduction/django/django-06-static
  6. /introduction/django/django-07-media
  7. /introduction/django/django-08-refinements

Aldryn Django (legacy)

Get started with Django, using Aldryn

Aldryn is our auto-configuration framework for Django.

  1. /introduction/aldryn/aldryn-django-02-create-project
  2. /introduction/aldryn/aldryn-django-03-setup-project-locally
  3. /introduction/aldryn/aldryn-django-04-add-application
  4. /introduction/aldryn/aldryn-django-05-more-complex-configuration

Aldryn Wagtail (legacy)

Get started with Wagtail

Aldryn is our auto-configuration framework for Django. Wagtail is one of the most popular Django-based content management systems.

  1. /introduction/wagtail/wagtail-02-create-project
  2. /introduction/wagtail/wagtail-03-setup-project-locally
  3. /introduction/wagtail/wagtail-04-add-application

PHP/Laravel, using Flavours

Get started with PHP/Laravel, using Flavours

Flavours is an open specification for web application configuration.

  1. /introduction/laravel/laravel-02-create-project
  2. /introduction/laravel/laravel-03-setup-project-locally
  3. /introduction/laravel/laravel-04-add-application
  4. /introduction/laravel/laravel-05-flavours