Help your users get started with your implementation of IBM® Connections by customizing the Getting
Started view that is displayed in the Home page.
Before you begin
The Getting Started view is only available
from the Home page. If you do not install the Home Page application,
then the Getting Started view is not available
in the product.To edit configuration files, you must use the IBM WebSphere® Application Server wsadmin client.
See Starting the
wsadmin client for information about how to start the wsadmin
command-line tool.
About this task
The gettingstarted-config.xml file defines
the content of the Getting Started view in the
Home page. By default, the view identifies the following steps in
vertical tabs:
- Welcome
- Share
- Explore
You can edit the content that is displayed in each tab and you
can add or remove tabs.
Procedure
- Open a command window, and then start the wsadmin command
line tool.
- Use the following command to access the configuration files
for the Home page application:
execfile("homepageAdmin.py")
- Check out the Getting Started view
configuration files using the following command:
HomepageCellConfig.checkOutGettingstartedConfig("working_directory","cell_name")
where:
For example:
- AIX/Linux:
HomepageCellConfig.checkOutGettingstartedConfig("/opt/act/temp","foo01Cell01")
- Microsoft Windows:
HomepageCellConfig.checkOutGettingstartedConfig("c:/act/temp","foo01Cell01")
- Find the gettingstarted-config.xml file
in the following directory, and open it in a text editor.
/opt/IBM/WebSphere/AppServer/profiles/<AppSrv>/config/cells/<nodeName>/LotusConnections-config
- From the temporary directory to which you checked out the gettingstarted-config.xml file,
open it in a text editor.
- Make any of the following updates that you want:
- To remove one of the vertical tabs, find the <step> element
that represents the tab and change the value of its enabled attribute
from true to false.
- To add another tab to the list, complete the following steps:
- Copy one of the existing <step> elements and paste it into
the <steps> block. The order of the vertical tabs reflects the
order of the steps in the <steps> element block, so copy it before
and after the steps you want it to be displayed between on the page.
- Change the content of the copied <step> element:
- To change what is displayed in a tab, edit the title and content
of the page. See the previous bullet for details.
- Save and close the gettingstarted-config.xml file.
- Run the following command to check the configuration files
back in. You must check the files back in during the same wsadmin
session in which you checked them out for the changes to take effect.
HomepageCellConfig.checkInGettingstartedConfig("working_directory",
"cell_name")
where the
working_directory and
cell_name parameters
contain the same values you specified for the checkout location.
-
Update the version stamp property to force a refresh of your users' web browsers, so that they
will see the changes you made to the Getting Started view the next time they
access the product. See Post-customization step.
Tip: If your changes do not display after checking in
LotusConnections-config.xml with the updated version stamp property, restart
the Home page application.