This commit is contained in:
Egor Pavlovich Gorbunov 2026-01-25 23:18:04 +03:00
parent 39b841fcb2
commit efb56cf09b
5 changed files with 7 additions and 7 deletions

View file

@ -49,7 +49,7 @@ Schon is a complete backend solution for online stores. Whether you're launching
```bash ```bash
# Clone the repository # Clone the repository
git clone https://gitlab.com/wiseless.xyz/schon.git git clone https://git.wiseless.xyz/fureunoir/schon
cd schon cd schon
# Generate environment file # Generate environment file
@ -69,7 +69,7 @@ make run
```bash ```bash
# Clone to /opt/schon # Clone to /opt/schon
sudo git clone https://gitlab.com/wiseless.xyz/schon.git /opt/schon sudo git clone https://git.wiseless.xyz/fureunoir/schon /opt/schon
cd /opt/schon cd /opt/schon
# Generate environment file # Generate environment file
@ -232,7 +232,7 @@ We value your feedback. Please open issues for:
- Feature suggestions - Feature suggestions
- Questions about usage - Questions about usage
**Issue Tracker:** [GitLab Issues](https://gitlab.com/wiseless.xyz/schon/-/issues) **Issue Tracker:** [Plane](https://plane.wiseless.xyz/spaces/issues/dd33cb0ab9b04ef08a10f7eefae6d90c/?board=kanban)
Due to licensing restrictions, we cannot accept pull requests. See the LICENSE file for details. Due to licensing restrictions, we cannot accept pull requests. See the LICENSE file for details.

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Schon Celery Beat Scheduler Description=Schon Celery Beat Scheduler
Documentation=https://gitlab.com/wiseless.xyz/schon Documentation=https://git.wiseless.xyz/fureunoir/schon
After=network.target postgresql.service redis.service schon-worker.service After=network.target postgresql.service redis.service schon-worker.service
Wants=postgresql.service redis.service schon-worker.service Wants=postgresql.service redis.service schon-worker.service

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Schon Celery Worker (Stock Updater Queue) Description=Schon Celery Worker (Stock Updater Queue)
Documentation=https://gitlab.com/wiseless.xyz/schon Documentation=https://git.wiseless.xyz/fureunoir/schon
After=network.target postgresql.service redis.service elasticsearch.service After=network.target postgresql.service redis.service elasticsearch.service
Wants=postgresql.service redis.service Wants=postgresql.service redis.service

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Schon Web Server (Uvicorn) Description=Schon Web Server (Uvicorn)
Documentation=https://gitlab.com/wiseless.xyz/schon Documentation=https://git.wiseless.xyz/fureunoir/schon
After=network.target postgresql.service redis.service elasticsearch.service After=network.target postgresql.service redis.service elasticsearch.service
Wants=postgresql.service redis.service Wants=postgresql.service redis.service

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Schon Celery Worker (Default Queue) Description=Schon Celery Worker (Default Queue)
Documentation=https://gitlab.com/wiseless.xyz/schon Documentation=https://git.wiseless.xyz/fureunoir/schon
After=network.target postgresql.service redis.service elasticsearch.service After=network.target postgresql.service redis.service elasticsearch.service
Wants=postgresql.service redis.service Wants=postgresql.service redis.service