-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debain docs outdated / Merge with Ubuntu? #31
Comments
As always I'd recommend opening a PR if you can 😁 With respect to Debian vs Ubuntu, as long as Debian testing uses Node v8.x you should be good to copy/paste the Ubuntu docs. I have a feeling stable doesn't use v8.x though... |
Yes, I was planning on doing so but I wanted to know what to do before ^^ Usually, on Debian, Node is not installed from the Debian repo but from nodesource: https://github.com/nodesource/distributions/blob/master/README.md. This is what is currently used by the Ubuntu tutorial, so they can have the exact same version. |
Then perfect, as long as you run through the instructions once and they work identically to the Ubuntu version, I see no reason you can just copy one over to the other, or even just merge the two. |
OK, expect a PR 👍 |
looks like you've done the heavy lifting but we forgot to close this thank you! |
The Debian installation page is very outdated, since it mentions Wheezy, Node 0.12, etc.
I was going to update it but the Ubuntu page will basically work exactly the same, besides 2 or 3 repositories that are also available on Debian.
I have 2 propositions:
lsb_release
for the repositories URL, for instance).What do you think? Both should be pretty quick and easy to do.
The text was updated successfully, but these errors were encountered: