> For the complete documentation index, see [llms.txt](https://bpmflow.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bpmflow.gitbook.io/project/installation/highcharts.md).

# Highcharts

**Deprecated !!!**

***This problem has been fixed*** with `install-all.sh` script. Check comments on:\
<https://github.com/brunobuzzi/BpmFlow/issues/482>

Due to issue [#482](https://github.com/brunobuzzi/BpmFlow/issues/482) **Highcharts** can not be loaded automatically from **Github**.

To install it execute the following steps:

1- Clone <https://github.com/brunobuzzi/HighchartsSt>\
Switch to branch: **v6.0.1**\
`cd $GS_HOME/shared/repos`\
`git clone` [`https://github.com/brunobuzzi/HighchartsSt.git`](https://github.com/brunobuzzi/HighchartsSt.git)\
`cd HighchartsSt`\
`git branch`\
`git branch -a`\
`git checkout origin/v6.0.1`\
`git checkout v6.0.1`

2- Inside **GemStone/S** execute the following code:

```
GsDeployer deploy: [
    Metacello new
         baseline: 'HighchartsSt';
         filetreeDirectory: '/home/gemstone/GsDevKit_home/shared/repos/HighchartsSt/repository';
         onLock: [:ex | ex honor];
		     onConflictUseLoaded;
         load.
].
"Where $GS_HOME = /home/gemstone/GsDevKit_home "
```

Where **$GS\_HOME** is the path of [GsDevKit](https://github.com/GsDevKit/GsDevKit_home) installation. \
For example **$GS\_HOME** could be ***/home/gemstone/GsDevKit\_home*** where ***gemstone*** is the Linux username.
