mesosphere-backup / open-docs

[DEPRECATED] Documentation for Mesosphere supported open source projects.
http://open.mesosphere.com/
Apache License 2.0
20 stars 12 forks source link

[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