0.2.2 • Published 3 years ago

@eeacms/volto-test-addon v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

volto-test-addon

Releases Pipeline Pipeline

Volto add-on

Features

Volto empty addon used in testing. Does not do anything.

Getting started

Try volto-test-addon with Docker

  1. Get the latest Docker images

    docker pull plone
    docker pull plone/volto
  2. Start Plone backend

    docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
  3. Start Volto frontend

    docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-test-addon" plone/volto
  4. Go to http://localhost:3000

Add volto-test-addon to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

  2. Start Volto frontend

  • If you already have a volto project, just update package.json:

    "addons": [
        "@eeacms/volto-test-addon"
    ],
    
    "dependencies": {
        "@eeacms/volto-test-addon": "^1.0.0"
    }
  • If not, create one:

    npm install -g yo @plone/generator-volto
    yo @plone/volto my-volto-project --addon @eeacms/volto-test-addon
    cd my-volto-project
  1. Install new add-ons and restart Volto:

    yarn
    yarn start
  2. Go to http://localhost:3000

  3. Happy editing!

How to contribute

See DEVELOP.md.

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago