3. Organise your pages
Here are some tips for organising your content.
Change the page order
The sidebar on the left displays your pages in a hierarchy. If you have Space Administrator permissions you can click "Space Tools" > "Reorder Pages" to move pages around.
Add labels
Labels help keep pages organised and make it easier for you to find the information you need. Click "Labels" at the bottom of a page to add or edit. The "Related pages" section on this page uses labels too!
Make templates
Standardise and speed up the page creation process with templates. You can create and format a template with page layouts, standard headings and instructional text for hints and guidelines. Check out our sample page on "Making a template"
Related pages
...
Prerequisites
- Rich Data Services is packaged as a WAR file and can be deployed on Tomcat 7 or later.
- Java 8 or later must be installed.
- If Java 8 or later is not used as the default, ensure that the Tomcat "JAVA_HOME" variable is configured to use it.
Download
The Rich Data Services WAR file can be downloaded here.
A Docker container can also be downloaded here if desired.
Deploy
Deploy the Rich Data Service WAR file to Tomcat using the Tomcat manager web interface, or by copying the war file to the tomcat webapps directory.
Log in as System Administrator
- Navigate to the RDS home page at http://{host}/rds.
- Log into the system administrator account by clicking the user button in the top right and choosing login.
- Log in as the system administrator using user name and password sysadmin / sysadmin.
- Go to the menu on the left hand side and select My Account. Change the sysadmin password.
Install the License
If you have purchased a license, you can install it by completing the following steps:
- Log in as the system administrator.
- Navigate to the Admin Center by using the menu on the left hand side.
- In the License Status section upload your license file and provide the license password.
- After applying the password you should see the updated license information.
Change the Registry Location
The registry is what keeps track of all the collections, data sources, and metadata repositories that are added to RDS. By default this will be created in the RDS webapp folder in Tomcat. This ensures that it is always available after installing the application. However, if the registry is left in the webapp folder it is in danger of being deleted if the webapp is undeployed or overwritten. Because of this we suggest moving the registry at start up. In the case of the webapp being undeployed or overwritten, administrators can change the location of the registry to the previous file and it will be read in as it was before.
- Navigate to the Admin Center using the menu on the left hand side.
- Go to the registry properties section.
- Change the registry location to a file path outside of the webapp.
- Click Save.
Next Steps
Check out the pages on setting up collections and data sources here.