-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from eea/develop
Release
- Loading branch information
Showing
10 changed files
with
145 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ -n "$CI" ] && exit 0 | ||
yarn lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,30 +27,20 @@ Plotly Charts and Plotly Chart Editor integration with Volto | |
|
||
![Plotlycharts](https://raw.githubusercontent.com/eea/volto-plotlycharts/master/docs/volto-plotlycharts.gif) | ||
|
||
## Getting started | ||
|
||
### Try volto-plotlycharts with Docker | ||
|
||
1. Get the latest Docker images | ||
|
||
``` | ||
docker pull plone | ||
docker pull plone/volto | ||
``` | ||
## Upgrade | ||
|
||
1. Start Plone backend | ||
* Version `^6.0.0` requires `^[email protected]` | ||
|
||
``` | ||
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone | ||
``` | ||
## Getting started | ||
|
||
1. Start Volto frontend | ||
### Try volto-plotlycharts with Docker | ||
|
||
``` | ||
docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-plotlycharts" plone/volto | ||
``` | ||
git clone https://github.com/eea/volto-plotlycharts.git | ||
cd volto-plotlycharts | ||
make | ||
make start | ||
|
||
1. Go to http://localhost:3000 | ||
Go to http://localhost:3000 | ||
|
||
### Add volto-plotlycharts to your Volto project | ||
|
||
|
@@ -62,25 +52,25 @@ Plotly Charts and Plotly Chart Editor integration with Volto | |
|
||
1. Start Volto frontend | ||
|
||
- If you already have a volto project, just update `package.json`: | ||
* If you already have a volto project, just update `package.json`: | ||
|
||
```JSON | ||
"addons": [ | ||
"@eeacms/volto-plotlycharts" | ||
], | ||
```JSON | ||
"addons": [ | ||
"@eeacms/volto-plotlycharts" | ||
], | ||
|
||
"dependencies": { | ||
"@eeacms/volto-plotlycharts": "^1.0.0" | ||
} | ||
``` | ||
"dependencies": { | ||
"@eeacms/volto-plotlycharts": "*" | ||
} | ||
``` | ||
|
||
- If not, create one: | ||
* If not, create one: | ||
|
||
``` | ||
npm install -g yo @plone/generator-volto | ||
yo @plone/volto my-volto-project --addon @eeacms/volto-plotlycharts | ||
cd my-volto-project | ||
``` | ||
``` | ||
npm install -g yo @plone/generator-volto | ||
yo @plone/volto my-volto-project --canary --addon @eeacms/volto-plotlycharts | ||
cd my-volto-project | ||
``` | ||
|
||
1. Install new add-ons and restart Volto: | ||
|
||
|
@@ -95,8 +85,6 @@ Plotly Charts and Plotly Chart Editor integration with Volto | |
|
||
## Release | ||
|
||
Version ^6.0.0 requires ^[email protected] | ||
|
||
See [RELEASE.md](https://github.com/eea/volto-plotlycharts/blob/master/RELEASE.md). | ||
|
||
## How to contribute | ||
|
Oops, something went wrong.