Paramètres pour publier un magasin React de référence

Vous pouvez utiliser les valeurs dans les exemples fournis pour publier le magasin B2C Emerald React de référence et le magasin B2B Sapphire React de référence.

Exemple du fichier gradle.properties pour la publication du magasin de référence B2C Emerald

Lorsque vous publiez le magasin de référence B2C Emerald, le répertoire WCDE_installdir/storepublish/generateData/generateData/Emerald​Data est créé.

#you can customize your sample data, and must put it in WCDE_V9\starterstores
#DataTemplate.zip is for OOTB sample store
dataTemplate=EmeraldDataTemplate.zip

#crs properties that are used when running addStore command
#ESite store name: This is the name of the store that shoppers will shop at, it is mandatory. 

crsCreateESiteStore=yes
crsESiteStoreIdentifier=Emerald
#Store esite Store identifier name
crsESiteStoreDirName=Emerald
#crsOrganizationDN
crsESiteStoreOrganizationDN=ou=emerald,o=extended sites seller organization,o=root organization

#Whether you want to generate data file(xml/csv) of store front asset store. Set it to no when you only want
#to publish a esite store base on an existing store front asset store.
crsCreateStoreFrontAssetStore=yes
#Store Front Asset Store identifier name
#AuroraStorefrontAssetStore
crsFrontAssetStoreIdentifier=Emerald SAS
#Store Front Asset Store directory name
#AuroraStorefrontAssetStore
crsFrontAssetStoreDirName=EmeraldSAS
#crsSASOrganizationDN
crsStorefrontAssetStoreOrganizationDN=ou=emeraldsas,o=extended sites organization,o=root organization

#Whether you want to generate data file(xml/csv) of a new catalog asset store. Set it to no when you only want
#to publish a store base on an existing catalog asset store.
crsCreateCatalogAssetStore=yes
#Catalog Asset Store identifier name
#Extended Sites Catalog Asset Store
crsCatalogStoreIdentifier=Emerald CAS
#Catalog Asset Store directory name
#ExtendedSitesCatalogAssetStore
crsCatalogStoreDirName=EmeraldCAS
#crsCatalogStoreOrganizationDN
crsCatalogAssetStoreOrganizationDN=ou=emeraldcas,o=extended sites organization,o=root organization

#Generate Sample data
crsGenerateSampleData=yes

#Bypass JSP copying in crs-web
crsStoreServerAssets=no

#Locale
crsStoreLocale=en_US
#Set Inventory model Non-ATP|ATP|DOMInv|ExtInv|NoInv|
crsInventoryModel=Non-ATP
#Store type, b2c|b2b, default is b2c if not set
crsStoreType=b2c

#Database type, DB2|Oracle, default is DB2 if not set or set unrecognized value.
DBType=DB2

Exemple du fichier gradle.properties pour la publication du magasin de référence B2B Sapphire

Lorsque vous publiez le magasin B2B Sapphire de référence, le répertoire WCDE_installdir/storepublish/generateData/generateData/Sapphire​Data est créé.

#you can customize your sample data, and must put it in WCDE_V9\starterstores
#DataTemplate.zip is for OOTB sample store
dataTemplate=EmeraldDataTemplate.zip

#crs properties that are used when running addStore command
#ESite store name: This is the name of the store that shoppers will shop at, it is mandatory. 

crsCreateESiteStore=yes
crsESiteStoreIdentifier=Sapphire
#Store esite Store identifier name
crsESiteStoreDirName=Sapphire
#crsOrganizationDN
crsESiteStoreOrganizationDN=ou=sapphire,o=extended sites seller organization,o=root organization

#Whether you want to generate data file(xml/csv) of store front asset store. Set it to no when you only want
#to publish a esite store base on an existing store front asset store.
crsCreateStoreFrontAssetStore=yes
#Store Front Asset Store identifier name
#AuroraStorefrontAssetStore
crsFrontAssetStoreIdentifier=Sapphire SAS
#Store Front Asset Store directory name
#AuroraStorefrontAssetStore
crsFrontAssetStoreDirName=SapphireSAS
#crsSASOrganizationDN
crsStorefrontAssetStoreOrganizationDN=ou=sapphiresas,o=extended sites organization,o=root organization

#Whether you want to generate data file(xml/csv) of a new catalog asset store. Set it to no when you only want
#to publish a store base on an existing catalog asset store.
crsCreateCatalogAssetStore=no
#Catalog Asset Store identifier name
#Extended Sites Catalog Asset Store
crsCatalogStoreIdentifier=Extended Sites Catalog Asset Store
#Catalog Asset Store directory name
#ExtendedSitesCatalogAssetStore
crsCatalogStoreDirName=ExtendedSitesCatalogAssetStore
#crsCatalogStoreOrganizationDN
crsCatalogAssetStoreOrganizationDN=ou=extendedsitescatalogassetstore,o=extended sites organization,o=root organization

#Generate Sample data
crsGenerateSampleData=no

#Bypass JSP copying in crs-web
crsStoreServerAssets=no

#Locale
crsStoreLocale=en_US
#Set Inventory model Non-ATP|ATP|DOMInv|ExtInv|NoInv|
crsInventoryModel=Non-ATP
#Store type, b2c|b2b, default is b2c if not set
crsStoreType=b2b

#Database type, DB2|Oracle, default is DB2 if not set or set unrecognized value.
DBType=DB2