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
- Host: GitHub
- URL: https://github.com/ksuess/devbackend
- Owner: ksuess
- Created: 2020-08-17T09:08:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:37:31.000Z (about 3 years ago)
- Last Synced: 2025-03-24T04:45:32.634Z (10 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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