From ceeb177b0821014626420fa80c54f8b98338e627 Mon Sep 17 00:00:00 2001 From: Randall Mason Date: Mon, 12 Nov 2012 17:59:13 +0200 Subject: [PATCH] Update requirements with processor architecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Therubyracer doesn't compile on ARM or PowerPC, and probably not MIPS.  Probably should stick to x86 and x64. --- doc/install/requirements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 75b02d6456f..398ca31c2de 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -26,3 +26,4 @@ GitLab does **not** run on Windows and we have no plans of making GitLab compati ## Hardware: We recommend to use server with at least 1GB RAM for gitlab instance. +Processor architectures matter. PowerPC doesn't run V8, so it's out. ARM, even with Debian Unstable's libv8, doesn't seem to work either. MIPS is less supported than ARM in V8. Right now you should probably stick to normal architectures like x86 and x64. \ No newline at end of file -- GitLab