Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add troubleshooting guide to Plone Deployment #808

Open
stevepiercy opened this issue Oct 7, 2023 · 0 comments
Open

Add troubleshooting guide to Plone Deployment #808

stevepiercy opened this issue Oct 7, 2023 · 0 comments

Comments

@stevepiercy
Copy link
Contributor

Add a new page, "Troubleshooting", to Plone Deployment.

  1. post hook fails if Docker is not running collective/cookiecutter-plone-starter#79
  2. Docker requires sufficient virtual disk space to install and build images. A typical error message may be Could not create directory. or anything else that mentions writing to the image. To resolve this, use an appropriate docker system prune option, such as docker system prune -a. See also https://docs.docker.com/engine/reference/commandline/system_prune/. You can also configure settings for Docker Desktop. Under Prefences > Resources > Advanced, you can configure appropriate settings for virtual disk limit and memory. See also Change Docker Desktop settings on Mac, Change Docker Desktop settings on Windows, or Change Docker Desktop settings on Linux.
  3. Docker requires sufficient memory to install and build images. See the previous item for details.
  4. https://community.plone.org/t/how-much-ram-is-required-to-build-a-volto-front-end/17949

@elcoda @deruosi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant