More detailed installation tips for linux #199
-
On linux, the meteor installation script needs tar and gzip. Add line in installation steps about this. |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments
-
Also |
Beta Was this translation helpful? Give feedback.
-
python2 to be precise and also make. |
Beta Was this translation helpful? Give feedback.
-
and g++/gcc and sed |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Also, a weird error can happen for people using MongoDB for the first time on a fresh linux install: MongoDB needs /etc/default/locale to be filled with stuff. Failing to do so will result in the cryptic error
Tell me if I can just edit the README and send you a pull request with all those changes. |
Beta Was this translation helpful? Give feedback.
-
Are there UNIX systems without I feel like these are Meteor issues, not directly Coauthor related. Meteor installation should only be necessary on the development machine, not the deployment server (as |
Beta Was this translation helpful? Give feedback.
-
Arch Linux |
Beta Was this translation helpful? Give feedback.
-
I agree this is not a common Linux issue. The information could be in the README in a one-liner that says: "Make sure to have tar, gzip, git, python (version 2.x), make, g++, sed and ps installed, as well as your /etc/default/locale properly configured." |
Beta Was this translation helpful? Give feedback.
-
Ok maybe, this is because I used the base/archlinux docker container. |
Beta Was this translation helpful? Give feedback.
-
The base group does NOT contain git, python2, make, gcc. |
Beta Was this translation helpful? Give feedback.
-
gcc and make are in base-devel; git and python2 are in their eponymous packages. In general, run |
Beta Was this translation helpful? Give feedback.
-
@jbosboom What is the difference with |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
Added documentation about this to |
Beta Was this translation helpful? Give feedback.
Also
git clone
needs git andmeteor npm install
needs python.