Back

[solved] connect appwrite cli to existing project locally

  • 0
  • Tools
Binyamin
27 Jun, 2023, 14:11

Debian?

TL;DR
User is trying to connect the Appwrite CLI to an existing project locally but encounters an error "no configuration file provided: not found". User also mentions that they installed Docker but still faces issues. Solution: 1. Make sure you are running the "docker compose" command in the same folder as your "docker-compose.yml" file. 2. If Docker Compose is not found in your terminal, follow the instructions in this link (https://docs.docker.com/compose/install/linux/#install-the-plugin-manually) to manually install Docker Compose. 3. For Parrot OS or Debian, run the following commands in your terminal
dammy
27 Jun, 2023, 14:11

docker start $(docker ps -a -q) ???

Binyamin
27 Jun, 2023, 14:11

What distro is your Linux?

dammy
27 Jun, 2023, 14:12

derbian

dammy
27 Jun, 2023, 14:13

Parrot OS precisely

Binyamin
27 Jun, 2023, 14:13

Good Then run

TypeScript
sudo apt-get update
sudo apt-get install docker-compose-plugin
Binyamin
27 Jun, 2023, 14:13

After that run it again.

dammy
27 Jun, 2023, 14:14
TypeScript
E: Unable to locate package docker-compose-plugin
Binyamin
27 Jun, 2023, 14:14

Mmm So just install it manually

Binyamin
27 Jun, 2023, 14:15
dammy
27 Jun, 2023, 14:18

sighs, same issue after installation

Binyamin
27 Jun, 2023, 14:20

do you have docker-compose in your terminal?

Binyamin
27 Jun, 2023, 14:21

Is this work?

TypeScript
docker-compose down && docker-compose up -d
dammy
27 Jun, 2023, 14:21

not found

dammy
27 Jun, 2023, 14:22

but I installed docker 🙁

Binyamin
27 Jun, 2023, 14:23

You ran all the steps here?

dammy
27 Jun, 2023, 14:23

but derbian repo, since the official on was given installation issues

dammy
27 Jun, 2023, 14:23

Yes, some dir or files not found

dammy
27 Jun, 2023, 14:24
TypeScript
dammy
27 Jun, 2023, 14:25

new error:

TypeScript
Binyamin
27 Jun, 2023, 14:25

Good

Binyamin
27 Jun, 2023, 14:25

Make sure you're running the docker compose command in the same folder as your docker-compose.yml is

dammy
27 Jun, 2023, 14:25

Okay

dammy
27 Jun, 2023, 14:27

you're indeed a senior developer <:appwriterocket:823996226894692403>

dammy
27 Jun, 2023, 14:37

resolved

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more