List

Try: ca/tecreations/ViewFile.php -- Online


<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/tec_SiteRoot.php";
global $DOCROOT, $TEC_PREFIX_DIR;

require_once $DOCROOT . $TEC_PREFIX_DIR . "html_start.php";
?>
</head>
<body>
<?php 
    include_once $DOCROOT . $TEC_PREFIX_DIR . "html_brand_menu_start.php";
    include_once $DOCROOT . $TEC_PREFIX_DIR . "menu/menuRoot.php";
    include_once $DOCROOT . $TEC_PREFIX_DIR . "html_brand_menu_stop.php";
?>
<div class="padded jumbotron">
    <h4><a href="List.php">List</a></h4>
    <h4>How-To: Running the tecreations Main Jar</h4>
    <ul>
        <li>Downloading and either creating a project or run from jar.</li>
        <li>Configuring the software for a local development runtime.</li>
        <li>Running JavaCompiler and setting common options.</li>
        <li>Building a project.</li>
        <li>Running applications (Java/Anything Else)</li>
        <li>Making a snapshot of a project -- Backup code and resource files.</li>
        <li>Making a deployment using Deploy.</li>
        <li>Getting dependencies via Maven Central.</li>
        <li>Running CaptureTool.</li>
        <li>Configuring and running FileTool.</li>
        <li>Using testbed applications for development.</li>
    </ul>
    <h4>Using Security Tools</h4>
    <ul>
        <li>Using Security Tool to make a matching pair of key and trust stores.</li>
        <li>Using FileEncrypter and FileDecrypter for AES-GCM-256</li>
        <li>Using FileAccessMonitor.</li>
        <li>Using DriveFiller to overwrite empty space on a drive.</li>
        <li>Using Deploy (or Backup -- in progress) to create data DVD images for secure backups.</li>
     </ul>
</div>
</body>
</html>