RocketChat / Rocket.Chat.RaspberryPi

Run a private social network on your Pi for iPhone and Android devices !
MIT License
337 stars 59 forks source link

Improvemnt for documentation to install meteor universal #18

Closed TomFreudenberg closed 7 years ago

TomFreudenberg commented 8 years ago

Hi @Sing-Li

Cool repo here 👍 I like it!

Just to inform you: Meteor universal ist now on release 1.3.3.1.

So if you run git clone without a branch it will head always to the latest marked branch when we switch that on github. If you want to point to a special meteor release, you may add the branch to be stable for deployment.

git clone --depth 1 -b release-1.3.3.1-universal https://github.com/4commerce-technologies-AG/meteor.git meteor

Cheers Tom

Sing-Li commented 8 years ago

@TomFreudenberg Thanks, Tom! Congrats on Meteor universal releasing on 1.3.3.1 ! Stellar !

I'll update the instructions to pull the 1.2.1 branch, and inform the community. Thanks for the heads-up.

One question : Does this mean it supports the ARM v8 binaries native, or not quite yet? (a few of us now have Pine A64 facing the hardware-ahead-of-software phenomenon)

TomFreudenberg commented 8 years ago

Hi @Sing-Li

unfortunately current meteor stable still delivers node v0.10.x (45) branch. That is not possible to run on the v8 (64bit) architecture. But there are good news ;-) Next meteor release 1.4 will come up with node 4.x and mongo 3.2. I guess this is a kind of possible sources. We will give it a try soon.

Would be nice if you watch the universal repo for any changes about that.

Cheers Tom

Sing-Li commented 8 years ago

@TomFreudenberg

Would be nice if you watch the universal repo for any changes about that.

Absolutely! Thanks for the tip! 👌

Sing-Li commented 7 years ago

@TomFreudenberg Is there a branch of Meteor universal that is at par with the 1.4.1 Meteor release? We've migrated Rocket.Chat 0.40.0 to Meteor 1.4.1 and would like to build the ARM binaries if possible.