https://github.com/gotcha/cookiecutter-buildout-plone
https://github.com/gotcha/cookiecutter-buildout-plone
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotcha/cookiecutter-buildout-plone
- Owner: gotcha
- Created: 2018-09-25T15:07:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T16:24:26.000Z (about 1 year ago)
- Last Synced: 2025-01-19T17:14:09.821Z (5 months ago)
- Language: Dhall
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
cookiecutter-buildout-plone
===========================This is a ``cookiecutter`` template that produces a development buildout ready to run Plone.
Run ``cookiecutter gh:gotcha/cookiecutter-buildout-plone`` to produce a directory
``name-buildout``.Then ``cd`` in that newly created directory.
And run ``just fg`` to run Plone.
You can access the Plone server via ``http://localhost:8080`` with the user
``admin`` and password ``admin``. (This is obviously not meant to be used on any
production server.)Development
-----------The ``dhall`` template repository is at https://github.com/gotcha/plone-buildout-template
To compute the hash of the ``dhall`` template::
just compute_dhall_sha
Then use the computed hash in ``{{cookiecutter.name}}-buildout/.dhall/init.dhall``.