Skip to content

zanata/zanata.github.io

Repository files navigation

This repository contains source files for the Zanata home page.

Run locally (at http://localhost:4000):

  1. Install ruby.
  2. Install bundler: gem install bundler
  3. Run bundler: bundle install
  4. Start Jekyll: bundle exec jekyll serve --watch --config _dev_config.yml

For more information, see https://help.github.com/articles/using-jekyll-with-pages

Install Jekyll on Fedora

$ yum install ruby ruby-devel gcc zlib-devel
$ gem install bundler execjs
$ bundle install
$ bundle exec jekyll serve --watch --config _dev_config.yml

There is also a script to handle the setup process on Fedora, including increasing the watch file limit.

Install Jekyll on RHEL6

  • Install rvm to use the most recent version of Ruby
  • Add yourself to rvm group sudo usermod -a -G rvm yourusername
  • Install Jekyll
  • Optional: If you do not have a JavaScript runtime specified, you may be prompted to install one. i.e. gem install execjs and then gem install therubyracer

See these docs for troubleshooting.

About

The new project website for Zanata, including improved help.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published