Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/plone-nix
Nixpkgs based build tools for building Plone
https://github.com/datakurre/plone-nix
Last synced: about 2 months ago
JSON representation
Nixpkgs based build tools for building Plone
- Host: GitHub
- URL: https://github.com/datakurre/plone-nix
- Owner: datakurre
- Created: 2017-12-08T17:15:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:19:15.000Z (about 2 years ago)
- Last Synced: 2024-10-27T16:29:16.378Z (3 months ago)
- Language: Nix
- Size: 872 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
============
Plone on Nix
============*”I know what I'm doing...”*
Building a Docker image:
.. code:: bash
docker load < $(nix-build release.nix -A image)
Running the backend:
.. code:: bash
docker run --rm -ti -p 8080:8080 volto:latest
Running the frontend:
.. code:: bash
docker run --rm -ti -p 3000:3000 --entrypoint=/bin/volto volto:latest