| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <link rel="stylesheet" href="css/steve.css"> |
| <title>Developer Information - Apache STeVe</title> |
| </head> |
| <body> |
| <div id="main"> |
| <nav> |
| <ul> |
| <li><a href=".">Home</a></li> |
| <li><a href="community.html">Community and Support</a></li> |
| <li><a href="develop.html">Developer Information</a></li> |
| <li><a href="documentation.html">Documentation</a></li> |
| <li><a href="downloads.html">Downloads</a></li> |
| <li><a href="https://apache.org/">About Apache</a></li> |
| </ul> |
| </nav> |
| <div id="contents"> |
| <h1> |
| Developer Information |
| </h1> |
| <h2>pySTeVe</h2> |
| <p>The PySTeVe source code is contained within the main <a href="https://github.com/apache/steve">STeVE GitHub |
| repository</a>.</p> |
| <p>PySTeVe requires no building/compiling, but does require a setup, as explained in the <a href="/demo.html">Quickstart Guide</a>.</p> |
| <p><a name="SourceCode-Continuousintegration"></a></p> |
| <h1>Continuous integration</h1> |
| <p>Apache STeVe continuous integration relies on <a href="http://ci.apache.org/">Apache Buildbot</a>. |
| All builders are available <a href="http://ci.apache.org/builders">from the page</a>.</p> |
| <ul> |
| <li><a href="http://ci.apache.org/builders/steve-trunk-ubuntu">Apache STeVe under Ubuntu</a></li> |
| <li><a href="http://ci.apache.org/builders/steve-trunk-win">Apache STeVe under Windows</a></li> |
| </ul> |
| <p><a name="SourceCode-Building"></a></p> |
| <h1>Building</h1> |
| <p><em>TODO fill in</em></p> |
| |
| </div> |
| <footer> |
| Copyright© 2013-2025 the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br> |
| Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe project logo are trademarks of The Apache Software Foundation. |
| All other marks mentioned may be trademarks or registered trademarks of their respective owners. |
| </footer> |
| </div> |
| </body> |
| </html> |