An open API service indexing awesome lists of open source software.

https://github.com/ksuess/devbackend

Plone backend for development
https://github.com/ksuess/devbackend

Last synced: 5 months ago
JSON representation

Plone backend for development

Awesome Lists containing this project

README

          

rohbergplonedeployment devbackend
===================================

Plone for development

* Plone standalone
* pm2 for process management

Steps
- Create a repository from this template
- Clone your repository locally
- run ./batou
- customize your first environment local.cfg
- deploy to your first environment with ./batou deploy local
- find your new environment in ./work/
- start with pm2 start ./work/pm2/website.pm2.config.js
- see processes with pm2 list