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

fix frontend #10

Open
jakubartur opened this issue Jun 5, 2022 · 1 comment
Open

fix frontend #10

jakubartur opened this issue Jun 5, 2022 · 1 comment

Comments

@jakubartur
Copy link

me new install , efekt no start web
logs:
docker-compose up -d frontend
Pulling frontend (docker.pkg.github.com/mobidax/opendax/baseapp:2.3.27)...
ERROR: Head "https://docker.pkg.github.com/v2/mobidax/opendax/baseapp/manifests/2.3.27": no basic auth credentials
rake aborted!

@MonkeyD-Core
Copy link

MonkeyD-Core commented Jul 30, 2022

Here is the simple way to fix that

git clone --branch 2-3-stable https://github.com/MobiDAX/baseapp
cd baseapp
docker build -t custom/baseapp:1 .
wait till it done

then
go to opendax folder

nano config/app.yml
change this line
frontend: docker.pkg.github.com/mobidax/opendax/baseapp:2.3.27
to
frontend: custom/baseapp:1

rake render:config
rake service:frontend[restart]
rake service:frontend[start]
rake service:all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants