You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project looks to be pretty dead but here I go anyway :
I think I followed instructions, but still the setup scripts doesn't have the data directory to work with. mkdir -p seems to help with this issue but I still get empty config when trying to continue with the procedure.
> sudo docker-compose run nodepki /bin/sh /opt/nodepki/setup.sh
>>>>>> Setting up NodePKI-Client ...
mkdir: can't create directory 'data/config': No such file or directory
cp: can't create 'data/config/config.yml': No such file or directory
/opt/nodepki/setup.sh: line 10: can't create data/config/config.yml.tmp: nonexistent directory
/opt/nodepki/setup.sh: line 11: can't create data/config/config.yml.tmp: nonexistent directory
>>>>>> Setting up NodePKI-Webclient ...
mkdir: can't create directory 'data/config': No such file or directory
cp: can't create 'data/config/config.yml': No such file or directory
>>>>>> Setting up NodePKI ...
mkdir: can't create directory 'data/config': No such file or directory
cp: can't create 'data/config/config.yml': No such file or directory
[15:55:28] User created successfully.
>>>>>> Setup finished.
The text was updated successfully, but these errors were encountered:
This project looks to be pretty dead but here I go anyway :
I think I followed instructions, but still the setup scripts doesn't have the data directory to work with.
mkdir -p
seems to help with this issue but I still get empty config when trying to continue with the procedure.The text was updated successfully, but these errors were encountered: