1.0.0 • Published 28 days ago

@eeacms/volto-redmine-helpdesk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

volto-redmine-helpdesk

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto add-on

Features

Redmine Helpdesk

Getting started

Try volto-redmine-helpdesk with Docker

  git clone https://github.com/eea/volto-redmine-helpdesk.git
  cd volto-redmine-helpdesk
  make
  make start

Go to http://localhost:3000

Add volto-redmine-helpdesk to your Volto project

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

    docker compose up backend
  2. Start Volto frontend

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

    "addons": [
        "@eeacms/volto-redmine-helpdesk"
    ],
    
    "dependencies": {
        "@eeacms/volto-redmine-helpdesk": "*"
    }
  • If not, create one:

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

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

  3. Happy editing!

Release

See RELEASE.md.

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)

1.0.0

28 days ago

0.2.0

4 months ago

0.1.14

9 months ago

0.1.15

7 months ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

11 months ago

0.1.13

11 months ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago