-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difficulties to setup the dev environment #2903
Comments
Thanks for creating the issue. @nono, since it seems related to cozy-app-dev, do you have any idea? @Peltoche internally we don't use the cozy-app-dev image, we rely on a manual installation https://docs.cozy.io/en/cozy-stack/INSTALL/ . We need to reflect that in our external documentation. |
I did tried this too but I didn't find a way to run the local code and make it available into the instance |
https://docs.cozy.io/en/cozy-stack/cli/cozy-stack_serve/
Like that, the slug |
Hi, the |
Still have issues... Folder with
|
add |
I tried without an external couchdb but it blocks at |
Curiously even with the My logs:
|
Hi 👋
I have some difficulties to setup my dev environment. I have installed couchdb locally and it run well:
Now I try unsuccessfully to start the docker image
cozy-app-dev
as it's described in the documenttion. I just added theCOUCHDB_URL
config because I'm running a couchdb V3 so I don't have the party mode enabled and I can't find any other way to setup the user/password for couchdb.the output gives me:
As you can see in one of the call above my couchdb version is "3.2.2" so it should be ok but it still fail.
I have found the error location: https://github.com/cozy/cozy-stack/blob/master/scripts/cozy-app-dev.sh#L140 but I don't see what could fails. All I know is that if I enter an invalid user/password it give the same output but I'm pretty sure of my credentials as I'm connected with it and I tried directly with the curl.
The text was updated successfully, but these errors were encountered: