2014-11-03 19 views
0

我用新的DS214Play(在Intel上)替換了我的DS212(在ARM上)。 我試圖通過任何用戶(管理員)來安裝使用所需的命令行MeteorJs:Synology DS214Play上的MeteorJS(intel架構)

curl http://install.meteor.com | sh 

然後它告訴我,它的安裝,但實際上流星是不可呼叫:

sh: meteor: not found 

安裝後我獲得這些文件:

/volume1/homes/admin/.meteor/* 
/usr/local/bin/meteor 

[編輯] 嘗試安裝throught https://github.com/4commerce-technologies-AG/meteor,我也得到了以下錯誤(請有已通過ipkg安裝):

Node.js configure error: No acceptable C compiler found! 

    Please make sure you have a C compiler installed on your system and/or 
    consider adjusting the CC environment variable if you installed 
    it in a non-standard prefix. 

python ./configure 
Node.js configure error: No acceptable C compiler found! 

    Please make sure you have a C compiler installed on your system and/or 
    consider adjusting the CC environment variable if you installed 
    it in a non-standard prefix. 

python tools/gyp_node.py -f make 
gyp: Undefined variable node_tag in /tmp/generate-dev-bundle-IKZIGinD/build/node/node.gyp 
make: *** [out/Makefile] Error 1 

回答

0

您好,我不確定您的架構現在是否支持預捆綁。

您可以嘗試檢查我們的「通用」捆綁商是否會幫助您。

https://github.com/4commerce-technologies-AG/meteor

P.S:確保有節點,新公共管理和使用以上時MONGO您的系統上安裝在本地。

P.P.S .:你也可以嘗試直接從他們的回購結算流星,取決於體系結構。

+0

我正在嘗試使用您的回購。我安裝了nodejs和mongodb,但是使用本機流星迴購,我有一些shell錯誤。如果你的回購沒問題,我會回答你的回答 – Rebolon 2014-11-04 21:42:42

+0

嗨Rebolon什麼是你係統上的底層發行版? Debian或其他東西?尋找我像build_essentials沒有安裝。 – 2014-11-04 23:18:28

+0

在Synology上,這是一個Linux DiskStaion 3.2.4。我安裝了make,perl,python,通過ipkg包管理器,但我肯定錯過了一些東西。如果我嘗試以標準方式安裝,流星腳本告訴我一切正常,但事實上,如果我啓動「流星」,我得到/ bin/sh:meteor:找不到。如果我嘗試噓流星我得到噓:無法打開流星。如果我嘗試sh/usr/local/bin/meteor我得到/ usr/local/bin/meteor:exec:93行:/root/.meteor/meteor:找不到 – Rebolon 2014-11-05 07:26:07