view docs/docs/11_deploying.md @ 1118:1dcebff866f1

docs: Add more information about the administration panel.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 25 Feb 2018 23:19:38 -0800
parents 4505a1443358
children
line wrap: on
line source

---
title: Deploying
---

> PieCrust can be used either as a static website generator or as a dynamic CMS.
> **This section is about deploying a PieCrust website as a dynamic CMS.** For
> how to bake a website and publish it statically, see the [publishing
> documentation][publish].

Using PieCrust as a dynamic CMS requires setting up a web server to execute code
and serve requests. PieCrust itself can be wrapped in a [WSGI
application][wsgi], so there are many different ways to do it. The following
ways have been tested to work, and should perform very well in a production
environment:

{% for p in family.children %}
* [{{p.title}}]({{p.url}}): {{p.summary}}
{% endfor %}

[publish]: {{docurl('publishing')}}
[wsgi]: https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface