You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/03/01 09:02:01 UTC

kylin git commit: refine how to doc

Repository: kylin
Updated Branches:
  refs/heads/document 22dddc271 -> d4236fcd7


refine how to doc


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

Branch: refs/heads/document
Commit: d4236fcd7d7ccf3888e978d4b79916cfc8e3d7cb
Parents: 22dddc2
Author: Li Yang <li...@apache.org>
Authored: Tue Mar 1 16:01:11 2016 +0800
Committer: Li Yang <li...@apache.org>
Committed: Tue Mar 1 16:01:11 2016 +0800

----------------------------------------------------------------------
 website/_dev/howto_docs.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/d4236fcd/website/_dev/howto_docs.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md
index 5d2669b..51e09ab 100644
--- a/website/_dev/howto_docs.md
+++ b/website/_dev/howto_docs.md
@@ -129,9 +129,6 @@ Then access http://127.0.0.1:4000 in your browser.
 
 1. `cd website`
 2. `svn co https://svn.apache.org/repos/asf/kylin/site _site`
-3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
-4. `sudo gem install bundler github-pages jekyll`
-5. `bundle install`
 
 ___site__ folder is working dir which will be removed anytime by maven or git, please make sure only check out from svn when you want to publish to website.
 
@@ -144,10 +141,11 @@ Before opening a pull request or push to git repo, you can preview changes from
 
 ### Pushing to site 
 
-1. `cd website/_site`
-2. `svn status`
-3. You'll need to `svn add` any new files
-4. `svn commit -m 'UPDATE MESSAGE'`
+1. Copy jekyll generated `_site` to svn `website/_site`
+2. `cd website/_site`
+3. `svn status`
+4. You will need to `svn add` any new files
+5. `svn commit -m 'UPDATE MESSAGE'`
 
 Within a few minutes, svnpubsub should kick in and you'll be able to
 see the results at