Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-12485

[Fiware-tech-help] Fwd: Data Context Streams bundle deployment

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None

      Description

      Hi,

      I was referring the below link:
      https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment

      Neither I find the much detail nor any procedure to perform
      bundle-deployment for Data Context Stream.
      Is there any way to install following GE's all at once:
      List of GEis in this Bundle

      Publish/Subscribe Context Broker - Orion Context Broker
      <https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker>
      Version:
      0.16
      BigData Analysis - Cosmos
      <https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos>
      Complex Event Processing (CEP) - Proactive Technology Online
      <https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online>
      Version:
      3.3.1
      Stream-oriented - Kurento
      <https://catalogue.fiware.org/enablers/stream-oriented-kurento>
      or I've to install it one by one?

      Regards,
      Kuldeep Mishra

      __________________________________________________________________________________________

      You can get more information about our cookies and privacy policies on the following links:

      Fiware-tech-help mailing list
      Fiware-tech-help@lists.fiware.org
      https://lists.fiware.org/listinfo/fiware-tech-help

      [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>]

        Activity

        Hide
        llopez NaevaTeC Development Team added a comment - - edited

        In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines:
        # Choose one:
        REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty)
        REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty)
        REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial)
        REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial)

        Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively:
        echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
        wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add -
        sudo apt-get update
        sudo apt-get install kurento-media-server-6.0

        Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command:
        sudo apt-get install software-properties-common

        If you need any other clarification get back to us.
        Thank you,

        Show
        llopez NaevaTeC Development Team added a comment - - edited In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines: # Choose one: REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty) REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty) REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial) REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial) Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively: echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add - sudo apt-get update sudo apt-get install kurento-media-server-6.0 Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command: sudo apt-get install software-properties-common If you need any other clarification get back to us. Thank you,
        Hide
        fla Fernando Lopez added a comment -

        The issue has been emailed:

        • Time sent: 09/Apr/18 6:36 PM
        • To: kuldeephawks@gmail.com
        • with subject: *(HELP-12485) [Fiware-tech-help] Fwd: Data Context Streams bundle deployment *

        In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines:

        Choose one:

        • REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty)
        • REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty)
        • REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial)
        • REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial)

        Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively:

        $echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
        $wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add -
        $sudo apt-get update
        $sudo apt-get install kurento-media-server-6.0

        Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command:

        $sudo apt-get install software-properties-common

        If you need any other clarification get back to us.
        Thank you,
        -------------
        From FIWARE JIRA - Main Help Desk ----

        -------------------------------------------------------------------------------
        Comments:

        NaevaTeC Development Team - 16/Mar/18 9:27 AM
        ------------------
        In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines:
        # Choose one:
        REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty)
        REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty)
        REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial)
        REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial)

        Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively:
        echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
        wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add -
        sudo apt-get update
        sudo apt-get install kurento-media-server-6.0

        Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command:
        sudo apt-get install software-properties-common

        If you need any other clarification get back to us.
        Thank you,

        ------------------------
        Issue id: HELP-12485
        Description:
        Hi,

        I was referring the below link:
        https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment

        Neither I find the much detail nor any procedure to perform
        bundle-deployment for Data Context Stream.
        Is there any way to install following GE's all at once:
        List of GEis in this Bundle

        Publish/Subscribe Context Broker - Orion Context Broker
        <https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker>
        Version:
        0.16
        BigData Analysis - Cosmos
        <https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos>
        Complex Event Processing (CEP) - Proactive Technology Online
        <https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online>
        Version:
        3.3.1
        Stream-oriented - Kurento
        <https://catalogue.fiware.org/enablers/stream-oriented-kurento>
        or I've to install it one by one?

        Regards,
        Kuldeep Mishra

        __________________________________________________________________________________________

        You can get more information about our cookies and privacy policies on the following links:

        Fiware-tech-help mailing list
        Fiware-tech-help@lists.fiware.org
        https://lists.fiware.org/listinfo/fiware-tech-help

        [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>]

        FIWARE Chapter:
        FIWARE GEri:

        Status: Open

        ---------------------
        This email was generated by FIWARE JIRA following an email received into the Main Help Desk.

        Show
        fla Fernando Lopez added a comment - The issue has been emailed: Time sent: 09/Apr/18 6:36 PM To: kuldeephawks@gmail.com with subject: *( HELP-12485 ) [Fiware-tech-help] Fwd: Data Context Streams bundle deployment * In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines: Choose one: REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty) REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty) REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial) REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial) Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively: $echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list $wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add - $sudo apt-get update $sudo apt-get install kurento-media-server-6.0 Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command: $sudo apt-get install software-properties-common If you need any other clarification get back to us. Thank you, ------------- From FIWARE JIRA - Main Help Desk ---- ------------------------------------------------------------------------------- Comments: NaevaTeC Development Team - 16/Mar/18 9:27 AM ------------------ In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines: # Choose one: REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty) REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty) REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial) REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial) Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively: echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add - sudo apt-get update sudo apt-get install kurento-media-server-6.0 Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command: sudo apt-get install software-properties-common If you need any other clarification get back to us. Thank you, ------------------------ Issue id: HELP-12485 Description: Hi, I was referring the below link: https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment Neither I find the much detail nor any procedure to perform bundle-deployment for Data Context Stream. Is there any way to install following GE's all at once: List of GEis in this Bundle Publish/Subscribe Context Broker - Orion Context Broker < https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker > Version: 0.16 BigData Analysis - Cosmos < https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos > Complex Event Processing (CEP) - Proactive Technology Online < https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online > Version: 3.3.1 Stream-oriented - Kurento < https://catalogue.fiware.org/enablers/stream-oriented-kurento > or I've to install it one by one? Regards, Kuldeep Mishra __________________________________________________________________________________________ You can get more information about our cookies and privacy policies on the following links: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE Fiware-tech-help mailing list Fiware-tech-help@lists.fiware.org https://lists.fiware.org/listinfo/fiware-tech-help [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>] FIWARE Chapter: FIWARE GEri: Status: Open --------------------- This email was generated by FIWARE JIRA following an email received into the Main Help Desk.
        Hide
        dmitrii Dmitrii Demin added a comment - - edited

        You can use dockerfized version of an applications and run everything with 1 command, i.e. for Orion you can execute docker-compose with file as posted here. The same way you can add all other components (you can find ready-to-use images here).

        As you requested:
        KMS
        CEP

        The only problem is in Cosmos, but it's not too difficult to reproduce in Dockerfile installation steps, as provided here

        Show
        dmitrii Dmitrii Demin added a comment - - edited You can use dockerfized version of an applications and run everything with 1 command, i.e. for Orion you can execute docker-compose with file as posted here . The same way you can add all other components (you can find ready-to-use images here ). As you requested: KMS CEP The only problem is in Cosmos, but it's not too difficult to reproduce in Dockerfile installation steps, as provided here
        Hide
        fla Fernando Lopez added a comment -

        The issue has been emailed:

        • Time sent: 11/Apr/18 4:44 PM
        • To: kuldeephawks@gmail.com
        • with subject: *(HELP-12485) [Fiware-tech-help] Fwd: Data Context Streams bundle deployment *

        You can use dockerfized version of an applications and run everything with 1 command, i.e. for Orion you can execute docker-compose with file as posted here (https://github.com/telefonicaid/fiware-orion/blob/master/docker/docker-compose.yml). The same way you can add all other components (you can find ready-to-use images here (https://github.com/telefonicaid/fiware-orion/blob/master/docker/docker-compose.yml)).

        As you requested:
        KMS (https://hub.docker.com/r/fiware/stream-oriented-kurento/)
        CEP (https://hub.docker.com/r/fiware/proactivetechnologyonline/)

        The only problem is in Cosmos, but it's not too difficult to reproduce in Dockerfile installation steps, as provided here

        From FIWARE JIRA - Main Help Desk ----

        -------------------------------------------------------------------------------
        Comments:

        Dmitrii Demin - Yesterday 3:02 PM
        ------------------
        You can use dockerfized version of an applications and run everything with 1 command, i.e. for Orion you can execute docker-compose with file as posted here. The same way you can add all other components (you can find ready-to-use images here).

        As you requested:
        KMS
        CEP

        The only problem is in Cosmos, but it's not too difficult to reproduce in Dockerfile installation steps, as provided here

        Fernando Lopez - Monday 6:36 PM
        ------------------
        The issue has been emailed:

        • Time sent: 09/Apr/18 6:36 PM
        • To: kuldeephawks@gmail.com
        • with subject: *(HELP-12485) [Fiware-tech-help] Fwd: Data Context Streams bundle deployment *

        In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines:

        Choose one:

        • REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty)
        • REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty)
        • REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial)
        • REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial)

        Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively:

        $echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
        $wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add -
        $sudo apt-get update
        $sudo apt-get install kurento-media-server-6.0

        Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command:

        $sudo apt-get install software-properties-common

        If you need any other clarification get back to us.
        Thank you,
        -------------
        From FIWARE JIRA - Main Help Desk ----

        -------------------------------------------------------------------------------
        Comments:

        NaevaTeC Development Team - 16/Mar/18 9:27 AM
        ------------------
        In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines:
        # Choose one:
        REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty)
        REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty)
        REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial)
        REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial)

        Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively:
        echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
        wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add -
        sudo apt-get update
        sudo apt-get install kurento-media-server-6.0

        Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command:
        sudo apt-get install software-properties-common

        If you need any other clarification get back to us.
        Thank you,

        ------------------------
        Issue id: HELP-12485
        Description:
        Hi,

        I was referring the below link:
        https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment

        Neither I find the much detail nor any procedure to perform
        bundle-deployment for Data Context Stream.
        Is there any way to install following GE's all at once:
        List of GEis in this Bundle

        Publish/Subscribe Context Broker - Orion Context Broker
        <https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker>
        Version:
        0.16
        BigData Analysis - Cosmos
        <https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos>
        Complex Event Processing (CEP) - Proactive Technology Online
        <https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online>
        Version:
        3.3.1
        Stream-oriented - Kurento
        <https://catalogue.fiware.org/enablers/stream-oriented-kurento>
        or I've to install it one by one?

        Regards,
        Kuldeep Mishra

        __________________________________________________________________________________________

        You can get more information about our cookies and privacy policies on the following links:

        Fiware-tech-help mailing list
        Fiware-tech-help@lists.fiware.org
        https://lists.fiware.org/listinfo/fiware-tech-help

        [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>]

        FIWARE Chapter:
        FIWARE GEri:

        Status: Open

        ---------------------
        This email was generated by FIWARE JIRA following an email received into the Main Help Desk.

        NaevaTeC Development Team - 16/Mar/18 9:27 AM
        ------------------
        In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines:
        # Choose one:
        REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty)
        REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty)
        REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial)
        REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial)

        Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively:
        echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
        wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add -
        sudo apt-get update
        sudo apt-get install kurento-media-server-6.0

        Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command:
        sudo apt-get install software-properties-common

        If you need any other clarification get back to us.
        Thank you,

        ------------------------
        Issue id: HELP-12485
        Description:
        Hi,

        I was referring the below link:
        https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment

        Neither I find the much detail nor any procedure to perform
        bundle-deployment for Data Context Stream.
        Is there any way to install following GE's all at once:
        List of GEis in this Bundle

        Publish/Subscribe Context Broker - Orion Context Broker
        <https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker>
        Version:
        0.16
        BigData Analysis - Cosmos
        <https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos>
        Complex Event Processing (CEP) - Proactive Technology Online
        <https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online>
        Version:
        3.3.1
        Stream-oriented - Kurento
        <https://catalogue.fiware.org/enablers/stream-oriented-kurento>
        or I've to install it one by one?

        Regards,
        Kuldeep Mishra

        __________________________________________________________________________________________

        You can get more information about our cookies and privacy policies on the following links:

        Fiware-tech-help mailing list
        Fiware-tech-help@lists.fiware.org
        https://lists.fiware.org/listinfo/fiware-tech-help

        [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>]

        FIWARE Chapter:
        FIWARE GEri:

        Status: Open

        ---------------------
        This email was generated by FIWARE JIRA following an email received into the Main Help Desk.

        Show
        fla Fernando Lopez added a comment - The issue has been emailed: Time sent: 11/Apr/18 4:44 PM To: kuldeephawks@gmail.com with subject: *( HELP-12485 ) [Fiware-tech-help] Fwd: Data Context Streams bundle deployment * You can use dockerfized version of an applications and run everything with 1 command, i.e. for Orion you can execute docker-compose with file as posted here ( https://github.com/telefonicaid/fiware-orion/blob/master/docker/docker-compose.yml ). The same way you can add all other components (you can find ready-to-use images here ( https://github.com/telefonicaid/fiware-orion/blob/master/docker/docker-compose.yml )). As you requested: KMS ( https://hub.docker.com/r/fiware/stream-oriented-kurento/ ) CEP ( https://hub.docker.com/r/fiware/proactivetechnologyonline/ ) The only problem is in Cosmos, but it's not too difficult to reproduce in Dockerfile installation steps, as provided here From FIWARE JIRA - Main Help Desk ---- ------------------------------------------------------------------------------- Comments: Dmitrii Demin - Yesterday 3:02 PM ------------------ You can use dockerfized version of an applications and run everything with 1 command, i.e. for Orion you can execute docker-compose with file as posted here . The same way you can add all other components (you can find ready-to-use images here ). As you requested: KMS CEP The only problem is in Cosmos, but it's not too difficult to reproduce in Dockerfile installation steps, as provided here Fernando Lopez - Monday 6:36 PM ------------------ The issue has been emailed: Time sent: 09/Apr/18 6:36 PM To: kuldeephawks@gmail.com with subject: *( HELP-12485 ) [Fiware-tech-help] Fwd: Data Context Streams bundle deployment * In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines: Choose one: REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty) REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty) REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial) REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial) Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively: $echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list $wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add - $sudo apt-get update $sudo apt-get install kurento-media-server-6.0 Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command: $sudo apt-get install software-properties-common If you need any other clarification get back to us. Thank you, ------------- From FIWARE JIRA - Main Help Desk ---- ------------------------------------------------------------------------------- Comments: NaevaTeC Development Team - 16/Mar/18 9:27 AM ------------------ In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines: # Choose one: REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty) REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty) REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial) REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial) Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively: echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add - sudo apt-get update sudo apt-get install kurento-media-server-6.0 Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command: sudo apt-get install software-properties-common If you need any other clarification get back to us. Thank you, ------------------------ Issue id: HELP-12485 Description: Hi, I was referring the below link: https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment Neither I find the much detail nor any procedure to perform bundle-deployment for Data Context Stream. Is there any way to install following GE's all at once: List of GEis in this Bundle Publish/Subscribe Context Broker - Orion Context Broker < https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker > Version: 0.16 BigData Analysis - Cosmos < https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos > Complex Event Processing (CEP) - Proactive Technology Online < https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online > Version: 3.3.1 Stream-oriented - Kurento < https://catalogue.fiware.org/enablers/stream-oriented-kurento > or I've to install it one by one? Regards, Kuldeep Mishra __________________________________________________________________________________________ You can get more information about our cookies and privacy policies on the following links: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE Fiware-tech-help mailing list Fiware-tech-help@lists.fiware.org https://lists.fiware.org/listinfo/fiware-tech-help [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>] FIWARE Chapter: FIWARE GEri: Status: Open --------------------- This email was generated by FIWARE JIRA following an email received into the Main Help Desk. NaevaTeC Development Team - 16/Mar/18 9:27 AM ------------------ In order to install Stream-oriented GE - Kurento, you need to decide what combination of distribution and version you need. Open a terminal and type only one of these lines: # Choose one: REPO="trusty" # KMS Release - Ubuntu 14.04 (Trusty) REPO="trusty-dev" # KMS Development - Ubuntu 14.04 (Trusty) REPO="xenial" # KMS Release - Ubuntu 16.04 (Xenial) REPO="xenial-dev" # KMS Development - Ubuntu 16.04 (Xenial) Now type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation, reply affirmatively: echo "deb http://ubuntu.kurento.org $REPO kms6" | sudo tee /etc/apt/sources.list.d/kurento.list wget http://ubuntu.kurento.org/kurento.gpg.key -O - | sudo apt-key add - sudo apt-get update sudo apt-get install kurento-media-server-6.0 Please rememeber that if are installing Kurento in a Trusty ubuntu distribution, the tool add-apt-repository is not installed by default. To install it, run this command: sudo apt-get install software-properties-common If you need any other clarification get back to us. Thank you, ------------------------ Issue id: HELP-12485 Description: Hi, I was referring the below link: https://catalogue.fiware.org/enablers/data-context-streams/bundle-deployment Neither I find the much detail nor any procedure to perform bundle-deployment for Data Context Stream. Is there any way to install following GE's all at once: List of GEis in this Bundle Publish/Subscribe Context Broker - Orion Context Broker < https://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker > Version: 0.16 BigData Analysis - Cosmos < https://catalogue.fiware.org/enablers/bigdata-analysis-cosmos > Complex Event Processing (CEP) - Proactive Technology Online < https://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online > Version: 3.3.1 Stream-oriented - Kurento < https://catalogue.fiware.org/enablers/stream-oriented-kurento > or I've to install it one by one? Regards, Kuldeep Mishra __________________________________________________________________________________________ You can get more information about our cookies and privacy policies on the following links: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE Fiware-tech-help mailing list Fiware-tech-help@lists.fiware.org https://lists.fiware.org/listinfo/fiware-tech-help [Created via e-mail received from: kuldeep mishra <kuldeephawks@gmail.com>] FIWARE Chapter: FIWARE GEri: Status: Open --------------------- This email was generated by FIWARE JIRA following an email received into the Main Help Desk.
        Hide
        andres.munoza Andres Muñoz added a comment -

        Hi,

        About Cosmos, It is a Cloud Platform for providing Big Data Analysis, you don't need to install all the cosmos components because it is already implemented as A service the only thing that you need for using Cosmos follow the next guide https://github.com/ging/fiware-cosmos/blob/master/doc/manuals/quick_start_guide_new.md for requesting a quota in the platform. However, as you state you need to implement Data Context Streams bundle deployment is necessary to include Cygnus because it is not part of cosmos, but you also have a dockerized version of this GE and all the documentation available in order to configure it http://fiware-cygnus.readthedocs.io/en/latest/index.html .

        Best Regards

        Show
        andres.munoza Andres Muñoz added a comment - Hi, About Cosmos, It is a Cloud Platform for providing Big Data Analysis, you don't need to install all the cosmos components because it is already implemented as A service the only thing that you need for using Cosmos follow the next guide https://github.com/ging/fiware-cosmos/blob/master/doc/manuals/quick_start_guide_new.md for requesting a quota in the platform. However, as you state you need to implement Data Context Streams bundle deployment is necessary to include Cygnus because it is not part of cosmos, but you also have a dockerized version of this GE and all the documentation available in order to configure it http://fiware-cygnus.readthedocs.io/en/latest/index.html . Best Regards

          People

          • Assignee:
            andres.munoza Andres Muñoz
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: