masa-finance / masa-node-v1.0

Masa Blockchain Node
https://masa.finance
MIT License
96 stars 252 forks source link

Service UI cant find docker-compose file in src/ui #38

Open deepminimal opened 2 years ago

deepminimal commented 2 years ago

Hello! Service UI in https://github.com/masa-finance/masa-node-v1.0/blob/main/docker-compose.yml#L52 dosent have docker-compose file in ./src/ui/docker-compose.yml

AntonioZolotoy commented 2 years ago

same error

root@vmi747042: rm -r /root/masa-node-v1.0 root@vmi747042: git clone https://github.com/masa-finance/masa-node-v1.0 Cloning into 'masa-node-v1.0'... remote: Enumerating objects: 62790, done. remote: Counting objects: 100% (61/61), done. remote: Compressing objects: 100% (35/35), done. remote: Total 62790 (delta 35), reused 29 (delta 26), pack-reused 62729 Receiving objects: 100% (62790/62790), 307.30 MiB | 15.41 MiB/s, done. Resolving deltas: 100% (59293/59293), done. Updating files: 100% (38944/38944), done. root@vmi747042: cd masa-node-v1.0 root@vmi747042:~/masa-node-v1.0# PRIVATE_CONFIG=ignore docker-compose up -d ERROR: .FileNotFoundError: [Errno 2] No such file or directory: '/root/masa-node-v1.0/src/ui/docker-compose.yml'

AntonioZolotoy commented 2 years ago

and

root@vmi747042: cd masa-node-v1.0/src root@vmi747042: /masa-node-v1.0/src# make all env GO111MODULE=on go run build/ci.go install env: ‘go’: No such file or directory make: *** [Makefile:26: all] Error 127

RomaMoisiuk commented 2 years ago

@hide-on-bush-x, @MemberIT any update on this ?

MemberIT commented 2 years ago

@RomaMoisiuk Sorry, but I do not have permissions in the project and cannot accept the PR and close this issue. I think we should wait for an update from the team. You can also use the solution suggested alikhil.

Luka-Loncar commented 2 years ago

We will check today and provide feedback. Sorry for the delay.

hide-on-bush-x commented 2 years ago

Hey! @RomaMoisiuk This was removed in v1.02 but it's back in v1.03 ( here: https://github.com/masa-finance/masa-node-v1.0/tree/v1.03 ) You will find the exact same project in ./ui