Commit c67cd413 authored by yangalicace1's avatar yangalicace1
Browse files

FIXES: fixing identation issues on development_guide.md

parent 33bce98d
Loading
Loading
Loading
Loading
Loading
+94 −92
Original line number Diff line number Diff line
@@ -27,8 +27,7 @@ sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev li

<h3><u>Install PyEnv</h3></u>

We recommend installing PyEnv through  
[PyEnv Installer](https://github.com/pyenv/pyenv-installer).
We recommend installing PyEnv through [PyEnv Installer](https://github.com/pyenv/pyenv-installer).
Below you can find the instructions, but we refer you to the link for updated 
instructions.

@@ -196,7 +195,7 @@ In the root directory of the existing Java components you will find an executabl
<h3><u>VS Code Quarkus plugin</h3></u>
In case you are using [VS Code](https://code.visualstudio.com/) for development, we suggest to install the [official Quarkus extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-quarkus).
The extension should be able to automatically find the current open project and integrate with the above `mvnw` maven wrapper, making it easier to control the [maven lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html).
Make sure that you open the specific component directory (i.e., `src/ztp` or `src/policy`) and not the general controller one (i.e., `src`.
Make sure that you open the specific component directory (i.e., `src/ztp` or `src/policy`) and not the general controller one (i.e., `src`.)

<h3><u>New Java TFS component</h3></u>

@@ -456,6 +455,7 @@ __Note__: if you get a connection error message, the reason might be due to wron


<h3><u>Add SSH key to prevent typing the password every time</h3></u>

This step creates an SSH key in the VM and installs it on the VSCode to prevent having to type the password every time.

  - In VSCode (connected to the VM), click menu "Terminal > New Terminal"
@@ -494,6 +494,7 @@ Host TFS-VM


<h3><u>Install VSCode Python Extension (in VSCode server)</h3></u>

This step installs Python extensions in VSCode server running in the VM.

  - In VSCode (connected to the VM), click left button "Extensions"
@@ -506,6 +507,7 @@ This step installs Python extensions in VSCode server running in the VM.


<h3><u>Define environment variables for VSCode</h3></u>

The source code in the TFS controller project is hosted in folder `src/`. To help VSCode find the Python modules and
packages, add the following file into your working space root folder: