Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saleor/saleor-platform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 1riatsila1/saleor-platform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 20, 2020

  1. Copy the full SHA
    b675fa5 View commit details
  2. Update readme

    1riatsila1 committed Aug 20, 2020
    Copy the full SHA
    a6ff477 View commit details
Showing with 10 additions and 10 deletions.
  1. +3 −3 .gitmodules
  2. +7 −7 README.md
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "saleor"]
path = saleor
url = https://github.com/mirumee/saleor.git
url = https://github.com/1riatsila1/saleor
[submodule "saleor-storefront"]
path = saleor-storefront
url = https://github.com/mirumee/saleor-storefront.git
url = https://github.com/1riatsila1/saleor-storefront
[submodule "saleor-dashboard"]
path = saleor-dashboard
url = https://github.com/mirumee/saleor-dashboard.git
url = https://github.com/1riatsila1/saleor-dashboard
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ All Saleor services started from a single repository
1. Clone the repository:

```
$ git clone https://github.com/mirumee/saleor-platform.git --recursive --jobs 3
$ git clone https://github.com/1riatsila1/saleor-platform.git --recursive --jobs 3
```

2. We are using shared folders to enable live code reloading. Without this, Docker Compose will not start:
@@ -70,7 +70,7 @@ You can find the latest version of Saleor, storefront and dashboard in their ind

## How to solve issues with lack of available space or build errors after update

Most of the time both issues can be solved by cleaning up space taken by old containers. After that, we build again whole platform.
Most of the time both issues can be solved by cleaning up space taken by old containers. After that, we build again whole platform.


1. Make sure docker stack is not running
@@ -85,7 +85,7 @@ $ docker-compose stop
docker-compose rm
```

3. Build fresh containers
3. Build fresh containers
```
docker-compose build
```
@@ -100,10 +100,10 @@ If you are getting issues with lack of available space, consider prunning your d
- all stopped containers
- all networks not used by at least one container
- all dangling images
- all dangling build cache
- all dangling build cache

More info: https://docs.docker.com/engine/reference/commandline/system_prune/

<details><summary>I've been warned</summary>
<p>

@@ -124,7 +124,7 @@ $ docker system prune
- Saleor Storefront - http://localhost:3000
- Saleor Dashboard - http://localhost:9000
- Jaeger UI (APM) - http://localhost:16686
- Mailhog (Test email interface) - http://localhost:8025
- Mailhog (Test email interface) - http://localhost:8025


If you have any questions or feedback, do not hesitate to contact us via Spectrum or Gitter: