Skip to content
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

Bug: Unable to install community edition on bare metal #1079

Open
D1reW0lf opened this issue Nov 20, 2024 · 3 comments
Open

Bug: Unable to install community edition on bare metal #1079

D1reW0lf opened this issue Nov 20, 2024 · 3 comments
Labels
Bug New Issue Please apply this label to any new issues :)

Comments

@D1reW0lf
Copy link

D1reW0lf commented Nov 20, 2024

Describe the bug
Unable to install community edition on bare metal.
"just config" outputs symlink problems.

To Reproduce
Deploy on bare-metal using https://github.com/bonfire-networks/bonfire-app/blob/main/docs/DEPLOY.md
Do the "just config" step

Error

#just config

Switching to flavour 'community' in prod env...
cd config && (find ../extensions/bonfire/ -type f -name "deps. " -exec ln -sfn {} ./ ; || find ../deps/bonfire/ -type f -name "deps. " -exec ln -sfn {} ./ ; || echo "Could not symlink the bonfire deps") && ls -la ./
find: ‘../extensions/bonfire/’: No such file or directory
find: ‘../deps/bonfire/’: No such file or directory
Could not symlink the bonfire deps
total 9
drwxr-xr-x 2 root root 2 Nov 20 13:21 .
drwxr-xr-x 17 root root 56 Nov 20 13:21 ..
Using flavour 'community' at flavours/community with env 'prod' with vars from ./flavours/community/config/prod/.env
cat: flavours/community/config/templates/public.env: No such file or directory
cat: flavours/community/config/templates/not_secret.env: No such file or directory

Bonfire environment (please complete the following information):

  • Running with Docker? (see WITH_DOCKER env variable): no
  • Running env: prod Bare-metal
  • Running flavour: community
@D1reW0lf D1reW0lf added Bug New Issue Please apply this label to any new issues :) labels Nov 20, 2024
@ivanminutillo
Copy link
Contributor

hi! The Community flavor is in standby till we focus on the Classic 1.0 release.

@D1reW0lf
Copy link
Author

Hey.
Fair enough. Thank you for letting me know.

@ivanminutillo
Copy link
Contributor

no problem - I guess we should be more clear on the website about current development effort !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug New Issue Please apply this label to any new issues :)
Projects
None yet
Development

No branches or pull requests

2 participants