-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Gatsby on Linux documentation #4139
Comments
This one started? Up my alley and I could help |
I'm checking for Windows Documentation using Windows Subsystem Linux (WSL) if there isn't any in the works I'd like to contribute what I have done for my own personal documentation. Let me know if I need to raise an issue 👍 Just for info for those that are not aware WSL has been available in Windows 10 via the Windows Store since the Fall Creators Update there will be a very large portion of developers that could use this instead of the song and dance you have to go through installing It's basically the Linux install, the documentation goes over using |
@spences10 Good idea @spences10 - I think this could make a good section to add to a Gatsby on Linux docs page. Pointing out differences specific to using WSL vs a more traditional flavour of Linux. Note that |
Hey @m-allanson thanks 👍 Is there anything you'd like me to contribute or do you have this on your list? |
I'd love if you wanted to create a Gatsby on Linux docs page? Similar to the Gatsby on Windows page. Even if it's some placeholder content followed by your WSL content that would be great. The WSL section could cover installing Node correctly along with the build tools. I'd skip anything from your own documentation that veers towards personal preferences :) |
Sure, I'll put something together in a PR, thanks 👍 |
We did this 👍 |
Soo in March this year @spences10 opened this PR: #4139 But it never got added to the sidebar 😛 Therefore I added unknowingly this PR: #8876 ----------- This PR exposes the Linux doc to the sidebar and puts a link to this doc on the windows doc.
Soo in March this year @spences10 opened this PR: gatsbyjs#4139 But it never got added to the sidebar 😛 Therefore I added unknowingly this PR: gatsbyjs#8876 ----------- This PR exposes the Linux doc to the sidebar and puts a link to this doc on the windows doc.
Create a "Setup Gatsby on Linux" page similar to the Windows docs.
From #4127:
Prerequisites
Starters may use npm plugins that require native node extensions. For those to build, you will need to install
build-essential
from your package source.For example, on Debian/Ubuntu:
sudo apt-get install build-essential
The text was updated successfully, but these errors were encountered: