You are on page 1of 3

Link : https://help.hybris.com/6.3.0/hcd/8bf5cfea86691014a00e9705a3c84074.

html

1. Install the JDK software.

a. Go to http://java.sun.com/javase/downloads/index.jsp.
b. Select the appropriate JDK software and click Download.

The JDK software is installed on your computer, for example, at C:\Program


Files\Java\jdk1.6.0_02. You can move the JDK software to another location if
desired.
2. Set JAVA_HOME:
a. Right click My Computer and select Properties.

b. On the Advanced tab, select Environment Variables, and then edit JAVA_HOME to
point to where the JDK software is located, for example, C:\Program
Files\Java\jdk1.6.0_02.

3. Download Eclipse IDE EE version


4. Download Notepad ++.
5. Download 7-zip
6. Download Hybris commerce 6.3 from wiki.hybris.com. This takes you to SAP
OSS. Login using SAP OSS id.
a. Download zip file on desktop.
b. Extract using 7-zip . Give folder name like Hybris63. Keep length of
folder names small. Keep this folder as close to C as possible. Windows
has total folder length limitation of 255 characters.
7. Go to folder C:\Hybris63\installer, open command prompt in the folder and
enter install r b2c_acc and hit enter. This is to install all accelarators..
b2c_acc is recipe. List of recipes can be seen in folder recipes under install
folder.

8. Build
a. Go to platform directory. Shift + Right click, Select Open command
prompt.
b. Type setantenv in command prompt.
Ant home is set to current directory.
c. Type ant in command prompt.
1. Message No configuration file found appears.
2. Select default option by hitting enter button.
3. BUILD successful message should appear.
4. You will see config folder added under hybris folder.
9. HSSQLDB database is configured by default. This can be changed to different
database in local.properties file in /config folder.
10.Initialization is done by entering ant initialize in command prompt from
platform folder.
11.To start hybrisserver, go to platform folder and f enter hybrisserver in
command prompt . If you see following message, we are good.

12.To finish the installation, you have to initialize SAP Hybris Commerce. During
the initialization, the database tables, the type system, and the mandatory
system data are created.
a. Go to Hybris Administrative Console by going to http://localhost:9001
b. Click on Initialize button.
c. hAC- user name: admin, password:nimda
13.Ant is a build tool.
14.Enter ant <target> in command prompt. Example ant initialize. Then,
system will go to build.xml file (in platform folder) and finds target initialize
and executes code underneath this.
15.If no target is specified after ant, default target all will be executed in
build.xml file.
16.Accelerators:
a. Sample stores that come with hybris, say one for electronic store, one
for apparel store, one for b2b etc.
b. Can be used for demo to customer
c. Ease of implementation: Electronic store that comes with hybris can be
starting point for hybris implementation for any electronic store. Make
changes to extensions etc, of reference stores as needed.
d. Hybris comes with new accelerators based on need.
17.Modules:
a. Core
b. Web
c. hmc
18.Extensions:
a. Building blocks of hybris application. Example one extension for
printing, one for cockpit, one for content etc.
b. Every extension has its own configuration files, extensioninfo.xml,
project. Properties etc.
c. Extensioninfo.xml has
1. Dependencies For example which other extensions are pre-
requisite for this extension.
2. Modules are required for the extension. An extension may need
all three (core, web, hmc) another extension may not need any
module.
d. Hmc- Hybris Management Console- A data management tool.
e. XSD: XML Schema definition: Contains rules to validate contents in
XML file. Example, XSD can have a line that says certain attribute in
XML file must have a value.
19.Go to hosts file at location C:\Windows\System32\drivers\etc in file explorer
and enter IP addresses for sample store fronts. Enter following line.
127.0.0.1 apparel-uk.local apparel-de.local electronics.local powertools.local
20. From command prompt, cntl+C to stop hybris server.
21. Developer license, So, we have to initialize every 30 days.
22.Following URLs can be used to access storefronts of accelerator websites.
http://apparel-uk.local:9001/yacceleratorstorefront
http://electronics.local:9001/yacceleratorstorefront
Above links can also be obtained by entering website in search field under
platform-> configuration in hAC.

You might also like