Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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