Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Mention required OS in Readme #109
Comments
|
True. Those commands were originally put there as they were needed on the debian VM used to render the page. On recent distros just installing jekyll should be enough, too. |
|
ruby1.9.1-dev build-essential at least are needed to install the ruby gems in my experience. |
|
But you don't need ruby gems if you install everything from the distro repo. |
|
Just tested 12.04 and 12.10 default ubuntu install. Current dependencies are OK for 12.04 as jekyll is not in the repositories (but we can drop build-essential and ruby1.9.1-dev for 12.04) However with 12.10 and "apt-get install jekyll", jekyll "seems" to build correctly. However the CSS file is missing in the _site directory. It seems we need to fix something first before we change the dependencies. I remember that "ruby1.9.1-dev" dependency was linked to some FTBFS problem, and it might be required for 12.10. |
|
For the record, on Ubuntu 12.10 I had to install sudo apt-get install node-less in order to fix problems not finding "lessc". |
|
And now I'm using cd _site to just serve the site directory for local testing. However, all the links are broken. They point to e.g. http://localhost:8000/en/choose-your-wallet while the actual resource is at http://localhost:8000/en/choose-your-wallet.html |
|
Indeed, basic url-rewriting is required to get clean-url feature we can have on a simple apache server or on github. The last time I looked to find a way to handle this with jekyll webrick server, I ended up finding that it would require to patch the server.. |
|
Ok, better than nothing. I can replace the URLs by hand. At least CSS and JS appears to be loaded correctly, so I can test layouts. |
|
Seems perfect with node-less. CSS and plugins build fine, and faster! How about this in the README : Installing dependencies on Ubuntu 12.10
Installing dependencies on older Ubuntu and Debian distributions
|
|
Perfect. I was going to suggest the same. |
schildbach commentedMar 31, 2013
The README.md doesn't mention the OS that is needed for running the commands like "apt-get".
Under Ubuntu 12.10, I was able to just install everything needed by
sudo apt-get install jekyll