David Glasser
|
112198f3e8
|
Don't tell users to add ~/.meteor to PATH
Tilde expansion doesn't work in $PATH
|
2014-08-01 16:40:33 -07:00 |
|
David Glasser
|
135b0b56e9
|
install script should write files as current user
If you ran it as root before, it would write files as whatever uid we
had on our buildbot. Oops!
Fixes #2249.
|
2014-06-27 16:37:14 -07:00 |
|
Emily Stark
|
b296dcbdf2
|
Merge remote-tracking branch 'origin/devel' into sso
Conflicts:
packages/accounts-base/accounts_server.js
|
2014-01-02 17:46:01 -08:00 |
|
David Glasser
|
252caab5c1
|
Add instructions to https://install.meteor.com/
|
2013-12-29 16:42:08 -08:00 |
|
Geoff Schmidt
|
14337d416c
|
support meteor --get-ready for warehouse installs too
|
2013-12-09 04:18:54 -08:00 |
|
Nick Martin
|
b20c2c6ef6
|
Try to create /usr/local if it doesn't exist. New MacOSX comes with /usr/local/bin in the path, but not existing on disk.
|
2013-11-12 18:02:58 -08:00 |
|
David Winterbottom
|
a174b549b9
|
Correct typo in install script error message
|
2013-09-12 12:31:54 -07:00 |
|
David Glasser
|
f29e4a37c9
|
Switch bootstrap tarballs to CNAME for CloudFront.
|
2013-07-18 08:06:27 -07:00 |
|
Nick Martin
|
777e36650d
|
More fixes for homedirs with spaces in their name.
Also, go on a quoting spree on places that weren't problems, so no one copies bad bash.
|
2013-04-15 19:46:15 -07:00 |
|
David Glasser
|
32593f3940
|
install-engine: Extra newline after download, and use an exec instead of piping
everything manually.
|
2013-03-30 17:54:49 -07:00 |
|
David Glasser
|
bce332dbbb
|
Use CDN to download bootstrap tarballs.
|
2013-03-29 23:50:56 -07:00 |
|
David Glasser
|
734c185a89
|
Call "uname plus arch" the "platform".
Normalize to _ (like dev bundle) rather than - (like old releases).
|
2013-03-29 11:52:33 -07:00 |
|
David Glasser
|
8ebcca8f6d
|
New install-engine.sh script.
|
2013-03-22 23:47:33 -07:00 |
|