-
Notifications
You must be signed in to change notification settings - Fork 35
ERROR CP DEPLOY EXPLORER IN HORNET PRIVATE #90
Comments
you need modify the shell file
find the function installExplorer, add mkdir command after "git clone https://github.com/iotaledger/explorer $EXPLORER_SRC" like
|
Thanks Chen. Seems there is other error: => ERROR [7/7] RUN npm run build 9.8s
Dockerfile:2321 | # Running required steps to prepare the web app prod build
|
remove startExplorer in install block original
new
remove lint at script build origin
new
modify to your server ip like
change network to your need legacy-mainnet
|
mmm, extrange ["Initializing","Success Creating Local Storage for /app/data/.local-storage/network","Failed Creating Local Storage for /app/data/.local-storage/currency","EACCES: permission denied, mkdir '/app/data/.local-storage/currency'","Initialization Failed"] |
find the volumes of explorer-api like
path "./application-data" mapping to docker path "/app/data/.local-storage"
ps: maybe you need change permission for folder, but if it works properly, you don't need
============ These are the steps that took me a lot of time to find to solve the problem, the maintainer seems to have given up on maintaining this project. |
Solved, thanks |
Bug description
root@iotah:~/one-click-tangle/explorer# ./tangle-explorer.sh install ../hornet-private-net/
Cloning into './explorer-src'...
remote: Enumerating objects: 33421, done.
remote: Counting objects: 100% (7555/7555), done.
remote: Compressing objects: 100% (1703/1703), done.
remote: Total 33421 (delta 5908), reused 7296 (delta 5718), pack-reused 25866
Receiving objects: 100% (33421/33421), 17.61 MiB | 11.78 MiB/s, done.
Resolving deltas: 100% (27188/27188), done.
Stopping containers...
Config
ab72057b26fd4a88789224018444857914d9992c23a300b18de5940e2c228c11
cp: cannot create regular file './explorer-src/client/src/assets/config/config.local.json': No such file or directory
Docker and docker-compose version
Docker version 24.0.6, build ed223bc
docker-compose version 1.25.0, build unknown
Hardware specification
What hardware are you using?
Ubuntu 20.04.6 LTS
8GB
2 Cores
VM-XCP
The text was updated successfully, but these errors were encountered: