[37/50] [abbrv] incubator-geode git commit: GEODE-1952 Add geode-book dir to build docs

2016-10-25 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9b44af4/geode-book/master_middleman/source/subnavs/geode-subnav.erb
--
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
new file mode 100644
index 000..12ff6b2
--- /dev/null
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -0,0 +1,3082 @@
+
+
+Doc Index
+
+
+
+
+Apache Geode 1.0.0-incubating 
Documentation
+
+
+Getting 
Started with Apache Geode
+
+
+About Apache Geode
+
+
+Main Features of Apache 
Geode
+
+
+Prerequisites 
and Installation Instructions
+
+
+Host Machine 
Requirements
+
+
+How to 
Install
+
+
+Setting Up the CLASSPATH
+
+
+How to Uninstall
+
+
+
+
+Apache Geode in 15 
Minutes or Less
+
+
+
+
+Configuring 
and Running a Cluster
+
+
+Overview of the 
Cluster Configuration Service
+
+
+Tutorial—Creating
 and Using a Cluster Configuration
+
+
+Deploying
 Application JARs to Apache Geode Members
+
+
+Using Member 
Groups
+
+
+Exporting and 
Importing Cluster Configurations
+
+
+Cluster
 Configuration Files and Troubleshooting
+
+
+Loading 
Existing Configuration Files into Cluster Configuration
+
+
+Using gfsh to Manage a 
Remote Cluster Over HTTP or HTTPS
+
+
+Deploying 
Configuration Files without the Cluster Configuration Service
+
+
+Main Steps to 
Deploying Configuration Files
+
+
+Default File 
Specifications and Search Locations
+
+
+Changing the File 
Specifications
+
+
+Deploying 
Configuration Files in JAR Files
+
+
+
+
+Starting Up and 
Shutting Down Your System
+
+
+Running Geode Locator 
Processes
+
+
+Running Geode 
Server Processes
+
+
+Managing System 
Output Files
+
+
+Firewall 
Considerations
+
+
+Firewalls and 
Connections
+
+
+Firewalls and Ports
+
+
+
+
+
+
+Basic 
Configuration and Programming
+
+
+
+Distributed System and Cache Configuration
+
+
+Distributed
 System Members
+
+
+Setting
 Properties
+
+
+Options for 
Configuring the Cache and Data Regions
+
+
+
+Local and Remote 
Membership and Caching
+

[37/50] [abbrv] incubator-geode git commit: GEODE-1952 Add geode-book dir to build docs

2016-10-14 Thread upthewaterspout
GEODE-1952 Add geode-book dir to build docs


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

Branch: refs/heads/develop
Commit: e9b44af4e996ac739cd632704e925d525b9fcca1
Parents: 1c98ba5
Author: Joey McAllister 
Authored: Tue Oct 11 14:24:40 2016 -0700
Committer: Joey McAllister 
Committed: Tue Oct 11 14:24:40 2016 -0700

--
 geode-book/.gitignore   |2 +
 geode-book/Gemfile  |5 +
 geode-book/Gemfile.lock |  203 ++
 geode-book/config.yml   |   23 +
 .../master_middleman/source/images/favicon.ico  |  Bin 0 -> 1317 bytes
 .../master_middleman/source/index.html.erb  |7 +
 .../master_middleman/source/javascripts/book.js |   16 +
 .../source/javascripts/waypoints/context.js |  300 ++
 .../source/javascripts/waypoints/group.js   |  105 +
 .../javascripts/waypoints/noframeworkAdapter.js |  213 ++
 .../source/javascripts/waypoints/sticky.js  |   63 +
 .../source/javascripts/waypoints/waypoint.js|  160 +
 .../source/layouts/_book-footer.erb |7 +
 .../master_middleman/source/layouts/_title.erb  |6 +
 .../master_middleman/source/pdf_header.html |7 +
 .../source/stylesheets/book-styles.css.scss |3 +
 .../stylesheets/partials/_book-base-values.scss |0
 .../source/stylesheets/partials/_book-vars.scss |   19 +
 .../source/subnavs/geode-subnav.erb | 3082 ++
 geode-book/redirects.rb |5 +
 20 files changed, 4226 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9b44af4/geode-book/.gitignore
--
diff --git a/geode-book/.gitignore b/geode-book/.gitignore
new file mode 100644
index 000..0cae826
--- /dev/null
+++ b/geode-book/.gitignore
@@ -0,0 +1,2 @@
+output
+final_app

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9b44af4/geode-book/Gemfile
--
diff --git a/geode-book/Gemfile b/geode-book/Gemfile
new file mode 100644
index 000..f66d333
--- /dev/null
+++ b/geode-book/Gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org;
+
+gem 'bookbindery'
+
+gem 'libv8', '3.16.14.7'

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9b44af4/geode-book/Gemfile.lock
--
diff --git a/geode-book/Gemfile.lock b/geode-book/Gemfile.lock
new file mode 100644
index 000..3c483c0
--- /dev/null
+++ b/geode-book/Gemfile.lock
@@ -0,0 +1,203 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+activesupport (4.2.7.1)
+  i18n (~> 0.7)
+  json (~> 1.7, >= 1.7.7)
+  minitest (~> 5.1)
+  thread_safe (~> 0.3, >= 0.3.4)
+  tzinfo (~> 1.1)
+addressable (2.4.0)
+ansi (1.5.0)
+bookbindery (9.12.0)
+  ansi (~> 1.4)
+  css_parser
+  elasticsearch
+  fog-aws (~> 0.7.1)
+  font-awesome-sass
+  git (~> 1.2.8)
+  middleman (~> 3.4.0)
+  middleman-livereload (~> 3.4.3)
+  middleman-syntax (~> 2.0)
+  nokogiri (= 1.6.7.2)
+  puma
+  rack-rewrite
+  redcarpet (~> 3.2.3)
+  rouge (!= 1.9.1)
+  therubyracer
+  thor
+builder (3.2.2)
+capybara (2.4.4)
+  mime-types (>= 1.16)
+  nokogiri (>= 1.3.3)
+  rack (>= 1.0.0)
+  rack-test (>= 0.5.4)
+  xpath (~> 2.0)
+chunky_png (1.3.6)
+coffee-script (2.4.1)
+  coffee-script-source
+  execjs
+coffee-script-source (1.10.0)
+compass (1.0.3)
+  chunky_png (~> 1.2)
+  compass-core (~> 1.0.2)
+  compass-import-once (~> 1.0.5)
+  rb-fsevent (>= 0.9.3)
+  rb-inotify (>= 0.9)
+  sass (>= 3.3.13, < 3.5)
+compass-core (1.0.3)
+  multi_json (~> 1.0)
+  sass (>= 3.3.0, < 3.5)
+compass-import-once (1.0.5)
+  sass (>= 3.2, < 3.5)
+css_parser (1.4.5)
+  addressable
+elasticsearch (2.0.0)
+  elasticsearch-api (= 2.0.0)
+  elasticsearch-transport (= 2.0.0)
+elasticsearch-api (2.0.0)
+  multi_json
+elasticsearch-transport (2.0.0)
+  faraday
+  multi_json
+em-websocket (0.5.1)
+  eventmachine (>= 0.12.9)
+  http_parser.rb (~> 0.6.0)
+erubis (2.7.0)
+eventmachine (1.2.0.1)
+excon (0.51.0)
+execjs (2.7.0)
+faraday (0.9.2)
+  multipart-post (>= 1.2, < 3)
+ffi (1.9.14)
+fog-aws (0.7.6)
+  fog-core (~> 1.27)
+  fog-json (~> 1.0)
+  fog-xml (~> 0.1)
+