blob: 7fec0b398cb3fa30cad31941d70acc5da170703a [file] [log] [blame]
#!/bin/sh
#nstall Ruby and Gem
#Install Jekyll and Bundler
sudo gem install jekyll bundler
git clone https://github.com/apache/servicecomb-website.git
#Install the gems with bundle
sudo bundle install
#Run the following command to install GitBook
npm install gitbook-cli -g