mesosphere-backup / open-docs

[DEPRECATED] Documentation for Mesosphere supported open source projects.

Home Page:http://open.mesosphere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED]

This is currently used only for publishing Mesos deb/rpm binaries and is owned by the Mesos Core Team.

Build is here: https://jenkins.mesosphere.com/service/jenkins/job/open-docs/

THE REST OF THE CONTENT IS DEPRECATED. FOR THE LATEST INFORMATION, SEE dcos.io.

This repository contains the Markdown files that comprise the Mesosphere open documentation site.

View on staging environment

After a few minutes, an automated build will deploy changes to master to the staging site.

Periodically these changes will be pushed to the production site.

Running this site locally

If you are developing against this site and wish to see a rendered version of your documentation locally.

  1. Install RubyGems

  2. Install Bundler

     sudo gem install bundler
    
  3. Update bundler

     bundle update
    
  4. Add the default gems from the root of the project (you may need libxml2 - see here for instructions)

     bundle install --path vendor/bundle
    
  5. Run Jekyll from the root of the project

     # Run Jekyll and watch for changes
     bundle exec rake dev
    
  6. View the site in your browser: http://localhost:4000

About

[DEPRECATED] Documentation for Mesosphere supported open source projects.

http://open.mesosphere.com/

License:Apache License 2.0


Languages

Language:HTML 47.2%Language:CSS 33.9%Language:JavaScript 12.0%Language:Ruby 3.1%Language:Python 2.8%Language:Makefile 0.6%Language:Shell 0.2%Language:Dockerfile 0.1%