wallix / PEPS

Innovative Open source Email + File sharing
GNU Affero General Public License v3.0
699 stars 114 forks source link

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

Open Jielde opened 8 years ago

Jielde commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

hbbio commented 8 years ago

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

Jielde commented 8 years ago

peps

safiresh commented 8 years ago

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

Jielde commented 8 years ago

Hi, ok do you know how to get around?

gjones12687 commented 8 years ago

@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

Jielde commented 8 years ago

yes @welsh4evr , it's ok, thanks

hbbio commented 8 years ago

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