Workaround for non networked bundle build failure of devportal

taka-t
Participant II

Hi All

I need to create devportal non networked bundle for version 4.16.09.

So, I created the bundle referencing the instruction below and non-networked-install.sh execution per se finished successfully with exiting code 0.

https://docs.apigee.com/private-cloud/v4.16.09/developer-services-portal-installation#4installdevelo...

But install log reports package download failure as follows:

"""

Unable to download syntaxhighlighter from [error] http://alexgorbatchev.com/SyntaxHighlighter/download/download.php?sh_current.

"""

I found that the syntaxhighlighter's download site is moved to github

https://github.com/syntaxhighlighter/syntaxhighlighter

And my question is:

Are there any workarounds to apply the package to our devportal node which does not have outbound internet connection?

I hope that just locating the github's archive to somewhere in the devportal after its installation would solve this problem, because it's easy.

Regards,

0 2 52
2 REPLIES 2

Hey @Toshiaki Takashima,

I'm not entirely familiar with non-networked-install.sh, but in the devportal you should find an apigee.make file. The last line specifies the url to download this package. I believe the current recommended version is https://github.com/syntaxhighlighter/syntaxhighlighter/archive/2.1.364.tar.gz.

Alternatively, you can download this file yourself and unpack it in a new folder at DRUPAL_DOCROOT/profiles/apigee/libraries/syntaxhighlighter/, which should have the same effect.

Hi Karl,

I really appreciate your input!

I'll try it.

Thanks again,