PEPS icon indicating copy to clipboard operation
PEPS copied to clipboard

Problème d'installation, reste bloqué sur Setup your PEPS in two steps

Open Jielde opened this issue 9 years ago • 9 comments

Salut,

J'ai installer PEPS avec cette procédure sur ubuntu server 14.04.4 :

apt-get install make
git clone https://github.com/MLstate/PEPS
cd PEPS

echo YOUR_DOMAIN_NAME > domain

make build
make certificate # or install existing certificates server.key and server.crt
make run

le problème, lorsque j'essaye de saisir le password admin sur la page, plus rien ne se passe, la page reste figer et plus rien.

Avez-vous une idée ? Cordialement,

Jielde avatar Feb 21 '16 15:02 Jielde

Hi Jielde, PEPS are using the "tweetnacl" npm modules and development team forget metion the version no instead of "*". tweetnacl has released new version v0.14.0 they split the util method on separate npm modules [tweetnacl-util] so this issue happened. i had already posted bug #50 .

I try to resolve the issue on yesterday but i dont have enough of time for now. but try to resolve asap. ' :)

safiresh avatar Feb 22 '16 05:02 safiresh

Hi safiresh, Thank for your answer, so I will be patient :)

Jielde avatar Feb 22 '16 07:02 Jielde

To confirm it's the same issue, can you tell the errors that must be displayed in the browser console?

hbbio avatar Feb 24 '16 19:02 hbbio

peps

Jielde avatar Feb 24 '16 21:02 Jielde

Hi @hbbio /@Jielde , yes. this is error version mismatch for tweetnacl only .

safiresh avatar Feb 25 '16 09:02 safiresh

Hi, ok do you know how to get around?

Jielde avatar Feb 25 '16 09:02 Jielde

@Jielde Temporary workaround is to change the peps/Dockerfile file and on line 23 change tweetnacl \ TO [email protected] \

then run make build again

gjones12687 avatar Feb 27 '16 04:02 gjones12687

yes @welsh4evr , it's ok, thanks

Jielde avatar Feb 27 '16 14:02 Jielde

The version fix has been pushed to master, thanks @welsh4evr. We will provide an updated version next.

hbbio avatar Mar 14 '16 13:03 hbbio