wallix / PEPS

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

ARM support ? #27

Open rapha8l opened 9 years ago

rapha8l commented 9 years ago

Hi,

Would it be possible to add ARM support ? I tried on an ARM VPS without luck, and it could be nice to deploy PEPS on the small ARM devices that are available. Thanks

Raphaël

hbbio commented 8 years ago

What is the kind of error you get?

PEPS is Node.js code, so it should be portable on ARM.

ShortyFR commented 8 years ago

Not sure it's the same problem, but I tried to install PEPS on an ARM server with docker, and it failed on mongod:

$ make build
cd mongod; docker build -t mongod . Sending build context to Docker daemon 2.56 kB Sending build context to Docker daemon Step 0 : FROM phusion/baseimage:0.9.16 ---> 5a14c1498ff4 Step 1 : MAINTAINER MLstate contact@mlstate.com ---> Using cache ---> 8cc3bee7ea64 Step 2 : RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 ---> Running in f1e7b1350030 exec format error [8] System error: exec format error Makefile:41: recipe for target 'build' failed make: *\ [build] Error 1

rapha8l commented 8 years ago

Hi, I get the same error, seems mongodb related

hbbio commented 8 years ago

Ok, seems that there are no Mongo packages for ARM or at least not from the same sources. Could you try to find if they are available from another source and update the Dockerfile accordingly?

rapha8l commented 8 years ago

I'll try soon, and I'll tell you, thanks for helping

rapha8l commented 8 years ago

Hi, After commenting out mongodb, it fails on opa building, with the same "exec format error"