I'm try to build the website follow the README guide in
https://github.com/apache/kylin/tree/1.x-staging/website
but meet a problem when execute "bundle install" command!
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
the step 1~4 is passed.
$ ruby -v
ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
$ gem -v
2.4.8
$ jekyll -v
jekyll 3.0.1
$ bundle -v
Bundler version 1.10.6
when execute the 5 step command got the error "Could not locate Gemfile
or .bundle/ directory":
~/apache/kylin/website$ bundle install
Could not locate Gemfile or .bundle/ directory
There is no Gemfile or .bundle directory in the website directory.
Any one meet the same problem?