SAP Hybris管理后台(Hybris hmc)安装步骤
三步安装SAP Hybris HMC
1)安装JDK,安装数据库(MySQL\Oracle\HSQL\SQLServer)并创建database;
2)设置ANT的bin路径(path),ant clean all,hybrisserver.bat启动hybris;
3)http://localhost:9001登录hybris后台进行初始化即可。
需要注意:
1)如果用MySQL,则版本不要低于5.6,否则会出现莫名其妙的错误;
2)JDK版本不能太老旧,我用1.8安装成功了;
3)命令行会一直提示MySQL要求SSL连接的警告信息,对于暂时没有加密连接需求的情况、忽略即可、不会影响正常使用;
4)安装后默认有30天的试用期限,到期后在后台重新初始化即可。
以下为详细步骤,摘自网络:
How to: Install hybris on AWS
Create An Environment
- Create an EC2 instance in AWS. The recommended server requirements Quad Core, e.g. i7, 16 GB memory and 20 GB of hard disk space, SSD recommended.
- Please make sure the ports 9001 & 9002 are configured in the AWS Security Group to get access to this instance.
- Connect to the AWS instance by Putty
- Get root access and install all server components required for hybris
- sudo -s #to gain root access
- yum install java
- yum install mysqld
- service mysqld start #to start the service
- Create a new user and set a password for this user. I prefer to install hybris in its own environment.
-
- useradd hybris <enter>
- passwd hybris <enter>
- Switch to the hybris user
-
- su hybris
Install And Build Hybris
- Download the hybris installation file (hybris-commerce-suite-5.x.x.x.zip, 2GB)
剩余80%内容付费后可查看
如若转载,请注明出处:https://www.gavindong.com/460.html