for documentation on layout, concepts etc.. see the Flask-XXL wiki
Templates
Blocks
Pages
Blogs
tags
Comments
to try it out just use docker-compose:
git clone https://github.com/jstacoder/flask-cms.git && cd flask-cms
docker-compose build
docker-compose run app /initalize.sh
and now you can go ahead and run the app
docker-compose up
after a few seconds you should see:
* Running on http://0.0.0.0:5000/
* Restarting with reloader
then just connect to your docker ip address,
proably just localhost