Repository: orc
Updated Branches:
  refs/heads/master 70a1e68d9 -> 8f399e421


Update the readme for the site.


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

Branch: refs/heads/master
Commit: 8f399e4211b45fb5eba8f21888b7c84b1d46a26c
Parents: 70a1e68
Author: Owen O'Malley <[email protected]>
Authored: Wed May 13 10:47:33 2015 -0700
Committer: Owen O'Malley <[email protected]>
Committed: Wed May 13 10:47:33 2015 -0700

----------------------------------------------------------------------
 site/README.md | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/8f399e42/site/README.md
----------------------------------------------------------------------
diff --git a/site/README.md b/site/README.md
index 2b72ef4..f825686 100644
--- a/site/README.md
+++ b/site/README.md
@@ -1,10 +1,25 @@
 # Apache ORC docs site
 
-This directory contains the code for the Apache ORC docs site, 
[orc.apache.org](https://orc.apache.org/).
+This directory contains the code for the Apache ORC web site,
+[orc.apache.org](https://orc.apache.org/).
+
+## Setup
+
+1. `cd site`
+2. `git clone https://git-wip-us.apache.org/repos/asf/orc.git -b asf-site 
target`
+3. `sudo gem install bundler`
+4. `sudo gem install github-pages jeykll`
+4. `bundle install`
 
 ## Running locally
 
 You can preview your contributions before opening a pull request by running 
from within the directory:
-1. `gem install bundler`
-2. `bundle install`
 3. `bundle exec jekyll serve`
+
+## Pushing to site
+
+1. `cd site/target`
+2. `git status`
+3. You'll need to `git add` any new files
+4. `git commit -a`
+5. `git push origin asf-site`
\ No newline at end of file

Reply via email to