# install using virtualenv
$ pip install --upgrade git+https://dev.the-phi.com/git/qcms/cms
# explore qcms commands and try them
$ qcms --help
#creating a sample project with title and sample title
$ qcms create myproject www/html --title mydemo --subtitle "flask cms demo"
#bootup the newly created site
$ qcms bootup ./myproject/qcms-manifest.json

Open your browser on port http://localhost:8084