[
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226732#comment-14226732
]
ASF GitHub Bot commented on STORM-567:
--------------------------------------
Github user ptgoetz commented on the pull request:
https://github.com/apache/storm/pull/330#issuecomment-64701658
I should also mention the site is statically generated using
[jekyll](http://jekyllrb.com).
First install jekyll (assuming you have ruby installed):
```
gem install jekyll
```
Generate the site, and start a server locally:
```
cd docs
jekyll serve -w
```
Point your browser to http://localhost:4000
> Move Storm Documentation/Website from SVN to git
> ------------------------------------------------
>
> Key: STORM-567
> URL: https://issues.apache.org/jira/browse/STORM-567
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: P. Taylor Goetz
> Assignee: P. Taylor Goetz
>
> Currently the Storm documentation and website are hosted in subversion. It
> would be easier for the community to contribute documentation updates if the
> documentation were in the same scm as the Storm source code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)