What are the Slack Archives?
Itโs a history of our time together in the Slack Community! Thereโs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonโt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Not able to see any content on Yves side
Hi team ,
I have created a store named INDIA in store.php and configure deploy.dev.yml file and urls for backoffice and yves http://yves.in.spryker.local/ and http://backoffice.de.spryker.local but i am not able to see any content on yves side and no even select store for edit category or product (if i want to assign some product or category from backoffice so the stores come into dropdown but not able to select them ) so what can be the reason i am attaching snapshot for that .
And how can be create a different db , redis , and elastick search for that . If i want different product and category for different store .
Comments
-
Did you run
docker/sdk bootstrap deploy.dev.yml
again?0 -
yes
0 -
-
version: "0.1"
namespace: spryker_b2c_dev
tag: 'dev'
environment: [docker.dev](http://docker.dev)
image:
tag: spryker/php:8.1
php:
enabled-extensions:
- blackfire
environment:
#AOP
SPRYKER_ACTIVE_STORES: "DE,INDIA,DEMO,AT"
SPRYKER_AOP_INFRASTRUCTURE: '{
"SPRYKER_MESSAGE_BROKER_HTTP_SENDER_CONFIG": {},
"SPRYKER_MESSAGE_BROKER_SQS_RECEIVER_CONFIG": {}
}'
SPRYKER_AOP_APPLICATION: '{
"APP_DOMAINS": [],
"STORE_NAME_REFERENCE_MAP": {},
"APP_CATALOG_SCRIPT_URL": ""
}'
SPRYKER_AOP_AUTHENTICATION: '{
"AUTH0_CUSTOM_DOMAIN": "",
"AUTH0_CLIENT_ID": "",
"AUTH0_CLIENT_SECRET": ""
}'
SPRYKER_PRODUCT_CONFIGURATOR_HOST: date-time-configurator-example.spryker.local
SPRYKER_PRODUCT_CONFIGURATOR_PORT: 80
node:
version: 16
npm: 8
composer:
mode: ''
autoload: ''
assets:
mode: development
regions:
EU:
services:
database:
database: eu-docker
username: spryker
password: secret
`stores:` `DE:` `services:` `broker:` `namespace: de-docker` `key_value_store:` `namespace: 1` `search:` `namespace: de_search` `AT:` `services:` `broker:` `namespace: at-docker` `key_value_store:` `namespace: 2` `search:` `namespace: at_search` `DEMO:` `services:` `broker:` `namespace: du-docker` `key_value_store:` `namespace: 2` `search:` `namespace: du_search` `INDIA:` `services:` `broker:` `namespace: du-docker` `key_value_store:` `namespace: 2` `search:` `namespace: du_search` `US:` `services:` `database:` `database: us-docker` `username: spryker` `password: secret` `stores:` `US:` `services:` `broker:` `namespace: us-docker` `key_value_store:` `namespace: 3` `search:` `namespace: us_search`
groups:
EU:
region: EU
applications:
yves_eu:
application: yves
endpoints:
date-time-configurator-example.spryker.local:
entry-point: Configurator
[yves.de](http://yves.de).spryker.local:
store: DE
services:
session:
namespace: 1
[yves.at](http://yves.at).spryker.local:
store: AT
services:
session:
namespace: 2
[yves.in](http://yves.in).spryker.local:
store: INDIA
services:
session:
namespace: 1
glue_eu:
application: glue
endpoints:
[glue.de](http://glue.de).spryker.local:
store: DE
[glue.at](http://glue.at).spryker.local:
store: AT
backoffice_eu:
application: backoffice
endpoints:
[backoffice.de](http://backoffice.de).spryker.local:
store: DE
services:
session:
namespace: 4
[backoffice.at](http://backoffice.at).spryker.local:
store: AT
services:
session:
namespace: 5
[backoffice.in](http://backoffice.in).spryker.local:
store: INDIA
services:
session:
namespace: 6
backend_gateway_eu:
application: backend-gateway
endpoints:
[backend-gateway.de](http://backend-gateway.de).spryker.local:
store: DE
primal: true
[backend-gateway.at](http://backend-gateway.at).spryker.local:
store: AT
primal: true
backend_api_eu:
application: zed
endpoints:
[backend-api.de](http://backend-api.de).spryker.local:
store: DE
entry-point: BackendApi
[backend-api.at](http://backend-api.at).spryker.local:
store: AT
entry-point: BackendApi
US:
region: US
applications:
yves_us:
application: yves
endpoints:
[yves.us](http://yves.us).spryker.local:
store: US
services:
session:
namespace: 7
glue_us:
application: glue
endpoints:
[glue.us](http://glue.us).spryker.local:
store: US
backoffice_us:
application: backoffice
endpoints:
[backoffice.us](http://backoffice.us).spryker.local:
store: US
services:
session:
namespace: 8
backend_gateway_us:
application: backend-gateway
endpoints:
[backend-gateway.us](http://backend-gateway.us).spryker.local:
store: US
backend_api_us:
application: zed
endpoints:
[backend-api.us](http://backend-api.us).spryker.local:
store: US
services:
database:
engine: mysql
version: mariadb-10.4
root:
username: "root"
password: "secret"
endpoints:
localhost:3306:
protocol: tcp
broker:
engine: rabbitmq
version: '3.9'
api:
username: "spryker"
password: "secret"
endpoints:
queue.spryker.local:
localhost:5672:
protocol: tcp
session:
engine: redis
key_value_store:
engine: redis
endpoints:
localhost:16379:
protocol: tcp
search:
engine: elastic
version: '7.10'
endpoints:
localhost:9200:
protocol: tcp
scheduler:
engine: jenkins
version: '2.324'
csrf-protection-enabled: true
endpoints:
scheduler.spryker.local:
mail_catcher:
engine: mailhog
endpoints:
mail.spryker.local:
swagger:
engine: swagger-ui
endpoints:
swagger.spryker.local:
redis-gui:
engine: redis-commander
endpoints:
redis-commander.spryker.local:
dashboard:
engine: dashboard
endpoints:
spryker.local:
docker:
`ssl:` `enabled: false` `redirect: true` `testing:` `store: DE` `debug:` `enabled: true` `xdebug:` `enabled: true` `mount:` `native:` `platforms:` `- linux` `docker-sync:` `platforms:` `- windows` `mutagen:` `platforms:`
`- macos`
This is deploy.dev.yml file
0 -
can any one please help me
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K ๐ Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random