Saturday 31 December 2016

Installing Hybris 6

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. 

No comments :

Post a Comment