Skip to content
Snippets Groups Projects
Commit 5c5ab2d2 authored by yangalicace1's avatar yangalicace1
Browse files

Deployed 346150fd to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 308b8fe1
No related branches found
No related tags found
No related merge requests found
......@@ -559,10 +559,12 @@ Make sure that you open the specific component directory (i.e., <code>src/ztp</c
<p><strong>Initial setup</strong></p>
<p>If you used the sample project above, you should have a project with a basic structure. However there are some steps that you should take before starting development.</p>
<p>First make sure that you copy the protobuff files, that are found in the root directory of the TFS SDN controller, to the <code>new-component/src/main/proto</code> directory.</p>
<p>Next you should create the following files:
* <code>new-component/.gitlab-ci.yml</code>
* <code>new-component/Dockerfile</code>
* <code>new-component/src/resources/application.yaml</code></p>
<p>Next you should create the following files:</p>
<ul>
<li><code>new-component/.gitlab-ci.yml</code></li>
<li><code>new-component/Dockerfile</code></li>
<li><code>new-component/src/resources/application.yaml</code></li>
</ul>
<p>We suggest to copy the respective files from existing components (Automation and Policy) and change them according to your needs.</p>
<h3 id="213-java-maven"><strong>2.1.3. Java (Maven)</strong></h3>
<p><strong>Page under construction</strong></p>
......@@ -635,9 +637,7 @@ asdf local erlang 24.3.4.2
<li>Logout and log back in.</li>
</ul>
<h3 id="216-kotlin"><strong>2.1.6. Kotlin</strong></h3>
<h2><u>Kotlin</h2>
<p></u>
This section describes the steps needed to establish a development environment for TFS (TeraFlowSDN) components implemented in Kotlin. Currently, the <code>Gateway</code> component stands as the sole component developed in Kotlin.</p>
<p>This section describes the steps needed to establish a development environment for TFS (TeraFlowSDN) components implemented in Kotlin. Currently, the <code>Gateway</code> component stands as the sole component developed in Kotlin.</p>
<h3><u>Install Kotlin</h3>
<p></u>
To begin, make sure that you have kotlin installed and its current version:</p>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment