Monday 1 February 2010

Using WebSphere Portal documentation offline

 I've been trying to use the WP documentation off-line, in preparation for a client project later this week.

The WebSphere Portal 6.1.5 Information Centre is available offline, from this page: -

http://www.ibm.com/developerworks/websphere/zones/portal/proddoc.html

specifically, via this link ( as a ZIP file ).

This ZIP file then references the "...the IBM User Interface Help System built on Eclipse...".

However, when I Google'd for this, I found: -

"...

This technology has graduated.

The IBM User Interface Help System Built on Eclipse framework can be found running help systems within many IBM products. Additionally, the framework is being used to provide information centers for most IBM products. These information centers are available on-line and frequently they are also made available with the product itself to be installed locally.

..."

here: -

http://www.alphaworks.ibm.com/tech/iehs

That wasn't a whole lot of help ...

Thankfully, thanks to one of my colleagues ( thanks, Cali ! ) bookmarking this page: -

IBM User Interface Help System Built on Eclipse

https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=AW-0M5&S_PKG=0M5〈=en_US&cp=UTF-8

from where one can download the 8 MB plugin.

In conclusion, I'm hoping that a combination of this: -

http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/topic/com.ibm.wp.ent.doc_v615/com.ibm.wp.ent.doc_v615.zip

and this: -

http://www.eclipse.org/downloads/

and this: -

https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=AW-0M5&S_PKG=0M5〈=en_US&cp=UTF-8

will do the job.

More to follow ...

1 comment:

Dave Hay said...

Well, that was MUCH easier than expected - I did the following: -

a) Created a subdirectory for the new documentation: -

mkdir /Users/davehay/Desktop/Docs/SWG/Lotus/WebSphere Portal/Documentation

b) Extracted the contents of the IBM_Help_301_Linux_Intel.zip file into this subdirectory, giving me this: -

/Users/davehay/Desktop/Docs/SWG/Lotus/WebSphere Portal/Documentation/ibm_help

c) Extracted the contents of com.ibm.wp.ent.doc_v615.zip into the ibm_help/eclipse/plugins subdirectory: -

/Users/davehay/Desktop/Docs/SWG/Lotus/WebSphere Portal/Documentation/ibm_help/eclipse/plugins

d) Started the IBM Help web application ( it's actually a Tomcat webapp ): -

cd /Users/davehay/Desktop/Docs/SWG/Lotus/WebSphere Portal/Documentation/ibm_help
./IC_start.sh

e) Opened Firefox and navigated to http://localhost:8888

f) Used the Information Centre ...

*AND* I didn't need to use standalone Eclipse in the end

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...