commit | 610ec4d5a7d734798905b655755fccdc56624f78 | [log] [tgz] |
---|---|---|
author | Dave Lester <dlester@apache.org> | Thu Feb 20 21:28:24 2014 +0000 |
committer | Dave Lester <dlester@apache.org> | Thu Feb 20 21:28:24 2014 +0000 |
tree | 20b7eebce6cf126b30d2061c537650881ae59c8c | |
parent | c26367b028353fa64ae3f63dc5ce6cef67a1e9be [diff] |
Updates #PoweredByMesos list to reflect additional software projects build on Mesos.
This will generate the site available at http://mesos.apache.org. The content within the publish folder will be the actual deployed site.
gem install bundler bundle install
To generate the site one only needs to run rake
after performing the setup tasks mentioned above. This will download the latest Apache Mesos documentation and integrate it into the site and generate all other files within the sources folder.
rake
To live edit the site run rake dev
and then open a browser window to http://localhost:4567/ . Any change you make to the sources dir will be shown on the local dev site immediately. Errors will be shown in the console you launched rake dev
within.
rake build # Build the website from source rake clean # Remove any temporary products rake clobber # Remove any generated file rake dev # Run the site in development mode rake update_docs # Update the latest docs from the Apache Mesos codebase