-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 4.23 KB
/
index.html
1
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <meta content='IE=edge' http-equiv=X-UA-Compatible> <meta content='width=device-width, initial-scale=1' name=viewport> <title>Cider-CI Docs</title> <link href="assets/stylesheets/app-b5c8715a.css" rel=stylesheet /> <script src="assets/javascripts/vendor-1e8b60d8.js"></script> <script src="assets/javascripts/app-871935e9.js"></script> </head> <body id=the-cider-ci-documentation> <div class=container> <nav class='navbar navbar-inverse'> <div class=container-fluid> <div class=navbar-header> <a class=navbar-brand href="./">Cider-CI Documentation </a></div> <form action='/search.html' class='navbar-form navbar-left' id=search method=get role=search> <div class=form-group> <input class=form-control id=search-term name=term placeholder=Search> <button class='btn btn-default' style='display: none' type=submit>Submit</button> </div> </form> <ul class='nav navbar-nav'> <li> <a href="introduction/">Introduction </a></li> <li> <a href="introduction/quick-start/">Quick-Start </a></li> <li> <a href="sitemap.html">Sitemap </a></li> </ul> </div> </nav> <div class=row> <div class=col-md-6> <ol class=breadcrumb> <li> <a href="./">Home </a></li> </ol> </div> <div class=col-md-6> <ol class='breadcrumb with-circle-separator'> <li> <a href="introduction/">Introduction </a></li> <li> <a href="project-configuration/">Project Configuration </a></li> <li> <a href="installation/">Installation </a></li> <li> <a href="development/">Development </a></li> <li> <a href="api/">API </a></li> </ol> </div> </div> <div class=content> <h1 id=cider-ci-documentation>Cider-CI Documentation</h1> <p>This is the documentation for Cider-CI.</p> <h1 id=about-cider-ci>About Cider-CI</h1> <p>Cider-CI is a service and application stack for continuous integration. It can be used in the traditional sense as a test runner. But Cider-CI can do much more:</p> <ul> <li>It takes care of the whole continuous integration procedures from <strong>testing</strong>, over <strong>building</strong> to <strong>deployment</strong>.</li> <li>It has abstractions for <strong>managing</strong> and altogether <strong>avoiding false test negatives</strong>.</li> <li>It supports <strong>running tests in parallel</strong>.</li> <li><strong>Installation and maintenance</strong> is fully <strong>automatized</strong>.</li> <li>It is <strong>open source</strong>, no vendor lock in.</li> </ul> <p>There is no substitute for experience. Proceed to the <a href="introduction/quick-start/">Quick Start Guide</a> and get your Cider-CI environment running with almost no effort.</p> <h1 id=contents>Contents</h1> <p>The <a href="introduction/">Introduction</a> page introduces concepts and rational behind Cider-CI. The The <a href="installation/">Installation</a> page describes how to setup a complete Cider-CI environment. Configuring a project is described in the <a href="project-configuration/">Project Configuration</a>. Programming orient documentation can be found under <a href="development/">Development</a> and <a href="api/">API</a>. There is also a <a href="sitemap.html">Sitemap</a>.</p> <h2 id=license-and-copyright>License and Copyright</h2> <p>Copyright 2016 Thomas Schank and contributors</p> <p><a rel=license href="http://creativecommons.org/licenses/by-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png"/></a><br/><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">The Cider-CI Documentation</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/DrTom/" property="cc:attributionName" rel="cc:attributionURL">Thomas Schank</a> and contributors is licensed under a <a rel=license href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<br/></p> </div> <div class=row> <div class=col-md-12> <footer> <div class=pull-right> Cider-CI <span class=semantic-version><span class=major>4</span><span class=divider>.</span><span class=minor>1</span><span class=patch-pre-build><span class=divider>.</span><span class=patch>0</span><span class=divider>-</span><span class=pre>0.0</span></span></span> Documentation 2016-07-24 © Thomas Schank and contributors </div> </footer> </div> </div> </div> </body> </html>