There are some basic steps which one must follow while configuring hybris in your system.
# first, go to a folder where you wish to create your workspace.
# open terminal at that location
# do git clone <link where your project is>
# Now, the project will be called at that location.
#Do checkout to a place where you wish the project to.
#In the platform directory, perform following Linux commands.
# setting up hybris:- . ./setup-hybris.sh
#. ./setantenv.sh :- to set up the environment.
# ant clean all:- it makes a new folder like bin, config, data, log, roles, heap and classes like .class and .java class.
#now to define the server IP address we need to do the host entry.As we make our system as a server so how others will access it??
so we will make our IP entered in host entry by which others can access my server.
#open vi editor and enter your ip address.
#finally initialize the hybris by- ant initialize
to start hybris server
ReplyDeletesh hybrisserver.sh debug