Skip to content

rothgar/katello.org

 
 

Repository files navigation

katello.org

Katello Documentation and Website

Running Master Locally

The documentation can be run locally for viewing or editing. To do so:

  1. Clone this repository
  2. Bundle install
  3. Run jekyll serve --watch --host localhost
  4. From a web browser, access http://localhost:4000

Deploying katello.org

The katello.org website is deployed using a script that builds the site locally and incorporates all the various version branches of our documentation. The strategy is to build the docs/ folder of each version within the context of the current 'nightly documentation in order to keep styling consistent. The script and branch that handles this can be found under 'deploy'. In order to test or modify the deployment:

  1. Clone this repository
  2. git checkout deploy
  3. run ./deploy.rb
  4. cd public/
  5. Serve static documents (e.g. python -m SimpleHTTPServer 7777)

About

Katello Documentation and Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.4%
  • Ruby 2.3%
  • Other 0.3%