Installing Hybris

Solution:

Hybris Installation
Follow below instruction to insall Hybris environment.
  1. Download JDk 8 from here
  • Accept licence terms and conitions.
  • Download as per your windows bit (32 or 64)
  • Once downloaded, install jdk by double clicking it. Follow the default instructions by clicking next.
  • Once installed, you should can verify installation in command prompt.
  • setant
  • Download the Hybris  from here.
  • hybris downlaod
    1. Unzip the downloaded zip file to any location in your computer (other than C).
    2. Go inside the folder hybris>bin>platform
    3. Set environment for Ant. (.bat file for windows and .sh for Linux)
    setantenv
    setantenv2
    1. Run ant clean all
    setantenv3
    It will ask for config folder and template, just press enter for default development environment setup.
    If you get below error then check ur java version. Hybris 6 supports Java 8.
    java.lang.UnsupportedClassVersionError: de/hybris/ant/taskdefs/DbDriverValidator :
     Unsupported major.minor version 52.0
    1. Start Hybris server using command (.bat file for windows and .sh for Linux) in screenshot after you see a build successful message.
    serverstart
    It will take some time to start the server. Ideally 10 minutes.
    1. You will see a message syaing, Server startup in ***** ms
    serverstart2
    1. Hit http://localhost:9001 from your browser.
    2. Access the above url
      make sure Toggle all checkbox is selected.
      click on initialize button and confirm the initialization
    3. This will take considerable amount of time based on the system memory and processor as it creates new DB schema, tables and loads the configured data.
      Wait till the initialization gets finished as shown in below image.
    4. Click on continue to login page.
    hac

    If you see above screen, you have successfully installed the Hybris software in your local system. 

DTM Workflow ,User and Groups management

People Workflow & Governance: Another important concept is establishing a user workflow. Thoughtfully assigning user roles provides governance to the DTM workflow.
User RoleCreate RulesEdit RulesTest RulesApprove RulesPublish RulesCreate/Edit UsersCreate Property
UserYesYesYes
ApproverYesYesYesYes
PublisherYesYesYesYes
Approver and PublisherYesYesYesYesYes
AdminYesYesYesYesYesYesYes

DTM Architecture

Solution:

The following illustration show how the DTM architecture components work together to effectively deploy and manage tools, tags, and scripts on your site.

Architecture

  • The primary components of the DTM technical architecture include the web management application, the staging and production JavaScript libraries, and the embed code.
  • The web management application is the online interface that you log in to and use to manage your DTM implementation. 

  • A web property in DTM is a collection of tool, rule, and data element configurations.
  • Each web property is associated with one staging JavaScript library and one production JavaScript library. These libraries are generated by the web application and contain the unique set of configurations in that web property.

Reference :