Первые шаги
Содержание
Введение
Этот раздел описывает процесс создания проекта веб приложения на BlueBream. После изучения этого раздела, вы будете уметь:
Устанавливать шаблон BlueBream проекта на основе PasteScript
Создавать проект BlueBream приложения на базе созданного шаблона
- Запускать систему сборки (Buildout) и собирать приложение
- Запускать WSGI-совместимый веб сервер для работы приложения
- Запускать тесты и использовать оболочку для отладки (debug shell)
- Создавать приложения в стиле "Hello World"
Перед тем, как приступить, сделаем краткий обзор подразделов.
Подготовка: – В этом подразделе обсуждаются This section discusses about the prerequisites and preparations the user needs to start a web application project using BlueBream. Installation: – It gives the user instructions for installing BlueBream. Creating a sample project: – This section explains the user how to create a sample web application project using the bluebream project template. Building the application: – This section explains the user how to build the application using Buildout. Basic usage: – This section explains the basic usage of the BlueBream commands. Package directory structure: – This section shows the directory structure and describes the purpose of each directory and file. At the end, a few hello world examples are also given.