PEPS icon indicating copy to clipboard operation
PEPS copied to clipboard

ARM support ?

Open rapha8l opened this issue 10 years ago • 6 comments

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

rapha8l avatar Sep 24 '15 16:09 rapha8l

What is the kind of error you get?

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

hbbio avatar Oct 09 '15 17:10 hbbio

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 [email protected] ---> 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

ShortyFR avatar Oct 10 '15 22:10 ShortyFR

Hi, I get the same error, seems mongodb related

rapha8l avatar Oct 14 '15 16:10 rapha8l

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?

hbbio avatar Oct 15 '15 20:10 hbbio

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

rapha8l avatar Oct 16 '15 13:10 rapha8l

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

rapha8l avatar Oct 27 '15 10:10 rapha8l