index.ftl #2

  • //
  • main/
  • guest/
  • tjuricek/
  • initializer/
  • src/
  • site/
  • templates/
  • index.ftl
  • View
  • Commits
  • Open Download .zip Download (718 B)
<#include "header.ftl">

<#include "menu.ftl">

<div class="container">

<div class="row">
    <div class="col-sm-8">
        <h2> Initializer </h2>
        <p>
            The initializer is a seed mechanism for Perforce servers. It came
            about after having to seed the same data against multiple versions
            of the server.
        </p>
        <p>
            See the <a href="overview.html">Overview</a> for some basic instructions,
            or the <a href="data.html">Data</a> page for JSON file reference.
        </p>
    </div>
    <div class="col-sm-3">
        <p> <a href="">Download version 0.1.2</a> for command line execution </p>
    </div>
</div>

</div>

<#include "footer.ftl">
# Change User Description Committed
#2 9172 tjuricek 0.1.2 Added command line execution options and documentation to run the initializer locally.
#1 9088 tjuricek 0.1.0 First version of the initializer.

This currently requires setting up a local version of the p4java_ext project, since that project is awating approval into the main jcenter repository.