Problème d'installation, reste bloqué sur Setup your PEPS in two steps
Jielde opened this issue · 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,
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. '
:)
Hi safiresh,
Thank for your answer, so I will be patient :)
To confirm it's the same issue, can you tell the errors that must be displayed in the browser console?
Hi, ok do you know how to get around?
@Jielde
Temporary workaround is to change the
peps/Dockerfile
file
and on line 23 change
tweetnacl \
TO tweetnacl@0.13.3 \
then run make build again
yes @welsh4evr , it's ok, thanks
The version fix has been pushed to master, thanks @welsh4evr.
We will provide an updated version next.