Discussions Manage Groups Ubiquity Tutorial

This tutorial demonstrates how to manage groups and post(s) from OpenLink? Demo server Discussions for user demo.

Ubiquity Commands Subscription

If not already subscribed, perform the following steps:

  1. Go to http://demo.openlinksw.com/ods/ods_ubiquity.html
  2. Click the button "Subscribe"
  3. Click the button "I know what I'm doing. Subscribe to it".
  4. As result should be shown message for "Subscription Successful" and we are ready to perform the steps from the tutorial.

Initial conditions

Basic Tutorial Steps

  1. Authenticate using ODS command mode:
    1. sid:
      1. Execute the command:

        ods-host http://demo.openlinksw.com/ods

      2. Execute the command:

        ods-set-mode sid

      3. Execute the command:

        ods-authenticate-user demo with demo

    2. oauth: detailed description you can find here.
  2. Execute the command:

    ods-get-discussion-groups

  3. In order to create discussion group, you need to perform authentication for the dba user:

    ods-authenticate-user dba with *****

  4. Execute the followng command:

    ods-create-discussion-group MyTest description test

  5. As result will be shown message for successful creation of news group object with id 85.
  6. You can view the new created news group from the ODS->Discussions UI:
  7. In order to view the new created group using the ubiquity commands, execute:

    ods-get-discussion-group-by-id 85

  8. To create feed execute the command:

    ods-create-discussion-feed 85 name MyFeed

CategoryODS CategoryOpenSource CategoryWebSite CategoryDiscussions