| commit | 945ce62d74ed57637c9f5789da80f7bef01c54e6 | [log] [tgz] |
|---|---|---|
| author | Tanzhongyi(Jerry Tan) <jerrytan@apache.org> | Thu Sep 16 09:09:16 2021 +0800 |
| committer | GitHub <noreply@github.com> | Thu Sep 16 09:09:16 2021 +0800 |
| tree | a7891de21c5eda3028bd035eeb97a2e06e27b435 | |
| parent | fdbb339df5e5e75168b7a0eded836edb738ba591 [diff] | |
| parent | ca270090fc87e0e5d6c6165e38627c4368beb015 [diff] |
Merge pull request #35 from lorinlee/1.0.0-rc02 release: add release 1.0.0-rc02
The Website of brpc (http://brpc.apache.org) is using the apache.org template from 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 github website. Please sent your PR to the master branch instead of asf-site.
brew install ruby
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 MacOS)