Skip to content

Humbedooh/incubator-brpc-website

 
 

Repository files navigation

brpc Website

The Web Site of brpc is based on Apache Website Template.

NOTE for PR

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.

How to run the site locally

  • Install Ruby and Gem

  • 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

About

Apache brpc website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.3%
  • HTML 26.7%
  • Ruby 3.0%