We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the next error with Arch Linux x64:
c2c-template --cache /build/c2ctemplate-cache.json --engine mako \ --runtime-environment-pattern '${{{}}}' --files project.yaml.mako gpg --output secrets.tar.bz2 --decrypt secrets.tar.bz2.gpg gpg: encrypted with ELG key, ID D9010D0CA556AE3D gpg: encrypted with RSA key, ID BE23B0FBB8DD9EC1 gpg: encrypted with RSA key, ID AFF1775584631A50 gpg: encrypted with RSA key, ID D0C01D4F8D5B5440 gpg: encrypted with RSA key, ID 19A11C7FF22639F2 gpg: encrypted with RSA key, ID F9026FB0EB2DABD3 gpg: encrypted with ELG key, ID 8DACDB8A862F75DC gpg: decryption failed: No secret key make: *** [secrets] Error 2 CONST_Makefile:768: recipe for target 'secrets' failed
The text was updated successfully, but these errors were encountered:
Which branch do y try to use? The goal of the project is to host the demo who is available here: https://geomapfish-demo.camptocamp.com/2.3 https://geomapfish-demo-dc.camptocamp.com/2.4 the secrets.tar.bz2.gpg file contains some secretes things on the 2.4 branch it contains the file .env.secrets with something like:
secrets.tar.bz2.gpg
.env.secrets
SENTRY_URL=*** PGPASSWORD=*** C2C_SECRET=*** AWS_ACCESS_KEY_ID=*** AWS_SECRET_ACCESS_KEY=*** SMTP_USER=*** SMTP_PASSWORD=***
The main issue you will probably have with this project is that you don't have the data ...
Sorry, something went wrong.
Hi @sbrunner. I was trying to replicate the example in a local Docker container. But I understand it can't be replicated.
I tried to install the camptocamp docker images, but without a successful result.
I like the work you've been doing with GeoMapfish, great design and tools available.
No branches or pull requests
I get the next error with Arch Linux x64:
The text was updated successfully, but these errors were encountered: