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:

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 installation. For example $GS_HOME could be /home/gemstone/GsDevKit_home where gemstone is the Linux username.

Last updated