Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jielde opened this issue Feb 21, 2016 · 9 comments
Open

Comments

@Jielde
Copy link

Jielde commented Feb 21, 2016

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,

@safiresh
Copy link

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. '
:)

@Jielde
Copy link
Author

Jielde commented Feb 22, 2016

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

@hbbio
Copy link
Contributor

hbbio commented Feb 24, 2016

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

@Jielde
Copy link
Author

Jielde commented Feb 24, 2016

peps

@safiresh
Copy link

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

@Jielde
Copy link
Author

Jielde commented Feb 25, 2016

Hi, ok do you know how to get around?

@gjones12687
Copy link

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

then run make build again

@Jielde
Copy link
Author

Jielde commented Feb 27, 2016

yes @welsh4evr , it's ok, thanks

@hbbio hbbio changed the title Problème d'installation, reste bloqué sur Setup your PEPES in two steps Problème d'installation, reste bloqué sur Setup your PEPS in two steps Mar 14, 2016
@hbbio
Copy link
Contributor

hbbio commented Mar 14, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants