You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/02/14 12:46:05 UTC

svn commit: r1730318 - /spark/README.md

Author: srowen
Date: Sun Feb 14 11:46:05 2016
New Revision: 1730318

URL: http://svn.apache.org/viewvc?rev=1730318&view=rev
Log:
Add note about installing Pygments with jekyll for Spark site (SPARK-13300)

Modified:
    spark/README.md

Modified: spark/README.md
URL: http://svn.apache.org/viewvc/spark/README.md?rev=1730318&r1=1730317&r2=1730318&view=diff
==============================================================================
--- spark/README.md (original)
+++ spark/README.md Sun Feb 14 11:46:05 2016
@@ -6,6 +6,8 @@ In this directory you will find text fil
 
 Building the site requires Jekyll 1.0.0 or newer (because we use the keep_files config option. The easiest way to install jekyll is via a Ruby Gem. This will create a directory called `site` containing index.html as well as the rest of the compiled directories and files. Read more about Jekyll at http://jekyllrb.com/docs
 
+To install Jekyll and its required dependencies, execute `sudo gem install jekyll pygments.rb` and `sudo pip install Pygments`. See also https://github.com/apache/spark/blob/master/docs/README.md
+
 You can generate the html website by running `jekyll build` in this directory. Use the --watch flag to have jekyll recompile your files as you save changes.
 
 In addition to generating the site as html from the markdown files, jekyll can serve the site via a web server. To build the site and run a web server use the command `jekyll serve` which runs the web server on port 4000, then visit the site at http://localhost:4000.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org