saleor-platform
saleor-platform copied to clipboard
All Saleor services started from a single repository with docker-compose.
As title says, the storefront service is missing. This is an obvious missing piece and I tried to lookup issue history for a reason but can't find one. Hope someone...
@lkostrowski commented on [Mon Nov 28 2022](https://github.com/saleor/saleor-app-marketplace/issues/121) https://aws.amazon.com/marketplace Similar to DO marketplace setup --- @lkostrowski commented on [Mon Nov 28 2022](https://github.com/saleor/saleor-app-marketplace/issues/121#issuecomment-1329339885) to be moved to saleor-platform
Lets submit (core and dashboard only?) to DO marketplace https://marketplace.digitalocean.com/category/ecommerce
1. Ensure Saleor can install app on localhost 2. Ensure entire stack can be local
Scope of this issue is: 1. Setup saleor-platform and app-template with Saleor events. App should listen on Saleor webhooks. 2. Ensure apps development work without tunnel and cloud, best if...
> root@minifast:~/docker/saleor-platform# docker compose build > WARN[0000] /root/docker/saleor-platform/docker-compose.yml: `version` is obsolete reproduce: git clone https://github.com/saleor/saleor-platform.git cd saleor-platform docker compose build docker --version Docker version 26.0.0, build 2ae903e Docker Compose version...
'version' is obsolete https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element-obsolete Related Open [Issue](https://github.com/saleor/saleor-platform/issues/306)
Applying attribute.0038_remove_assignedproductattribute... OK Applying attribute.0039_merge_20231113_1132... OK Applying attribute.0040_clear_assignedattributes...Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 82, in _execute return self.cursor.execute(sql) psycopg2.errors.NotNullViolation: column "product_id" of relation "attribute_assignedproductattributevalue" contains null values The...
The script takes the snapshot named: `update-automation-snapshot.sql` and makes sure that it is running on `public` schema instead of defined one in the script. Next it makes sure to correctly...
i want to use saleor for my application and i have some currently existing data in my postgres SQL and i want to migrate this data and populate my saleor...