ivylabs / suitecrm-analytics

4 stars 4 forks source link

Add automatic documentation build script #184

Closed harrisward closed 3 years ago

harrisward commented 3 years ago

Add a bash script to download the latest documentation for suitecrm analytics from google docs using a google docs endpoint.

Copy this documentation into the correct locations before the build is packaged

harrisward commented 3 years ago

Added a script called package-docs.sh that can be run to download the latest documentation from google docs. Once download the server can be built as normal with the build.sh script.

All the latest docs should be available in the suitecrm-analytics-server/documentation folder as well as the getting started guide being accessible via the Pentaho User Console landing page under the Get Started Button

harrisward commented 3 years ago

Pull Request: https://github.com/ivylabs/suitecrm-analytics/pull/187