You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ma...@apache.org on 2016/03/30 06:53:58 UTC

[1/2] incubator-geode git commit: Update website build instructions - replace deprecated 'nanoc autocompile' command with 'nanoc compile' plus 'nanoc view'. Add adsf gem. Fix numbering of steps.

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 5937f219e -> dd26b1588


Update website build instructions - replace deprecated 'nanoc autocompile' command with 'nanoc compile' plus 'nanoc view'. Add adsf gem. Fix numbering of steps.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8dd7a723
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8dd7a723
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8dd7a723

Branch: refs/heads/develop
Commit: 8dd7a7230577acdff0770687558019707cc7f72a
Parents: d50623b
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Feb 24 15:42:38 2016 -0800
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Feb 24 15:42:38 2016 -0800

----------------------------------------------------------------------
 geode-site/website/README.md | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8dd7a723/geode-site/website/README.md
----------------------------------------------------------------------
diff --git a/geode-site/website/README.md b/geode-site/website/README.md
index a43efb7..cc7c170 100644
--- a/geode-site/website/README.md
+++ b/geode-site/website/README.md
@@ -23,7 +23,7 @@ Install Pygments (Python-based syntax coloring library):
 Install Nanoc and other Ruby Gems needed:
 
     $ sudo gem install nanoc -v 3.8.0
-    $ sudo gem install pygments.rb htmlentities pandoc-ruby nokogiri rack mime-types
+    $ sudo gem install pygments.rb htmlentities pandoc-ruby nokogiri rack mime-types adsf
 
 ## How to change/update the website
 
@@ -35,13 +35,7 @@ If you are changing the actual content of the site, then find Markdown file that
 
 If you need to change the layout or styling of the site, then you will probably need to change an HTML, JS or CSS file under the ``content`` directory.
 
-## 2. Test your changes locally
-
-To test locally, you can use the autocompiler (will build changes on every request) and check the website at [http://0.0.0.0:3000](http://0.0.0.0:3000)
-
-    $ nanoc autocompile
-
-## 3. Publish your changes to the site    
+### 2. Generate the site
 
 Run the nanoc compiler to generate the site. It is configured via the ``nanoc.yaml`` to place website files into the ``content`` directory at the top
 
@@ -49,6 +43,16 @@ Run the nanoc compiler to generate the site. It is configured via the ``nanoc.ya
 
 Run ``git status`` and you should see your changes plus some update files under the ``${geode-project-dir}/content`` directory.
 
+### 3. Test your changes locally
+
+To test locally, use the view command to start a local web server. Check the website at [http://0.0.0.0:3000](http://0.0.0.0:3000)
+
+    $ nanoc view
+
+To make changes, stop the web server, edit files, recompile, and view again.
+
+### 4. Publish your changes to the site    
+
 Once you are happy with your changes, commit them, merge to the __asf-site__ branch and push.
 
 The site should update in 5-10 minutes and if not [file a JIRA against the INFRA project](https://issues.apache.org/jira/browse/INFRA) or ask for advice on the Infrastructure project's HipChat room [#asfinfra](https://www.hipchat.com/g4P84gemn).


[2/2] incubator-geode git commit: Merge #106 into develop

Posted by ma...@apache.org.
Merge #106 into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dd26b158
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/dd26b158
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/dd26b158

Branch: refs/heads/develop
Commit: dd26b1588f228e60596f3f5584fc1373a16cf56a
Parents: 5937f21 8dd7a72
Author: William Markito <wm...@pivotal.io>
Authored: Tue Mar 29 21:51:45 2016 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Tue Mar 29 21:51:45 2016 -0700

----------------------------------------------------------------------
 geode-site/website/README.md | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/dd26b158/geode-site/website/README.md
----------------------------------------------------------------------