The Web Site of brpc is based on Apache Website Template.
As this website is using the gitpubsub and we use Jekyll to generate the site. We choose master branch to hold all the site source change and asf-site for apache gitpubsub. Please sent your PR to the master branch instead of asf-site.
-
Install Jekyll and Bundler
sudo gem install jekyll bundler github-pages
-
Clone the site files
git clone https://github.com/apache/incubator-brpc-website.git
-
cd incubator-brpc-website
-
Install the gems with bundle
sudo bundle install
-
Start the jekyll server
sudo bundle exec jekyll server
-
Start web browser to access
http://localhost:4000
Note that tested versions of the tools covered in this section are as following,
(I tested it on Ubuntu)
- Ruby 2.5
- Gem 2.7
- Bundler 2.0