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 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
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:
Where $GS_HOME is the path of GsDevKit installation. For example $GS_HOME could be /home/gemstone/GsDevKit_home where gemstone is the Linux username.
Last updated