magcms/docs/build.rst
Quentin Schulz 43fb5b8104 docs: fix a few English mistakes
Signed-off-by: Quentin Schulz <foss@0leil.net>
2019-03-08 19:48:30 +00:00

32 lines
565 B
ReStructuredText

Build the website
=================
Generate
--------
**Note: You need to be in an activated virtualenv.**
In a folder containing the **root** settings.yaml file, simply do::
prosopopee
A `build` folder will be created in the current directory, containing an
index.html, static files (css & js) and pictures.
Preview
-------
In a root folder launch this command::
prosopopee preview
Then, you can check your website at http://localhost:9000
Deployment
----------
Prosopopee can upload your website with rsync, to do so, run::
prosopopee deploy