Skip to content

Commit

Permalink
- updated commands for "Running the software" section on linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
firestorm40 committed Dec 16, 2022
1 parent 0f6b207 commit dabb1c1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
14 changes: 12 additions & 2 deletions _guides/dlt_node_setup_linux_centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,21 @@ The Ixian DLT node is now ready to start.

## Running the software

Switch to the Ixian DLT binaries folder and issue the command to start the IxianDLT software:
Switch to the Ixian DLT binaries folder and issue the command to start the Ixian DLT software:
```
./IxianDLT.exe
./IxianDLT
```

If you're on a console-only environment with no GUI, issue this command instead:
```
./IxianDLT --disableWebStart
```

Alternatively you can also start the Ixian DLT with this command:
```
dotnet IxianDLT.dll --disableWebStart
```

The output should look like this:

![Ixian Console Output](https://projectixian.github.io/assets/images/guide_deb_1.png)
Expand Down
12 changes: 11 additions & 1 deletion _guides/dlt_node_setup_linux_fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,21 @@ The Ixian DLT node is now ready to start.

## Running the software

Switch to the Ixian DLT binaries folder and issue the command to start the IxianDLT software:
Switch to the Ixian DLT binaries folder and issue the command to start the Ixian DLT software:
```
./IxianDLT
```

If you're on a console-only environment with no GUI, issue this command instead:
```
./IxianDLT --disableWebStart
```

Alternatively you can also start the Ixian DLT with this command:
```
dotnet IxianDLT.dll --disableWebStart
```

The output should look like this:

![Ixian Console Output](https://projectixian.github.io/assets/images/guide_deb_1.png)
Expand Down
10 changes: 10 additions & 0 deletions _guides/dlt_node_setup_linux_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ Switch to the Ixian DLT binaries folder and issue the command to start the Ixian
./IxianDLT
```

If you're on a console-only environment with no GUI, issue this command instead:
```
./IxianDLT --disableWebStart
```

Alternatively you can also start the Ixian DLT with this command:
```
dotnet IxianDLT.dll --disableWebStart
```

The output should look like this:

![Ixian Console Output](https://projectixian.github.io/assets/images/guide_deb_1.png)
Expand Down
12 changes: 11 additions & 1 deletion _guides/dlt_node_setup_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,21 @@ The Ixian DLT node is now ready to start.

## Running the software

Switch to the Ixian DLT binaries folder and issue the command to start the IxianDLT software:
Switch to the Ixian DLT binaries folder and issue the command to start the Ixian DLT software:
```
./IxianDLT
```

If you're on a console-only environment with no GUI, issue this command instead:
```
./IxianDLT --disableWebStart
```

Alternatively you can also start the Ixian DLT with this command:
```
dotnet IxianDLT.dll --disableWebStart
```

The output should look like this:

![Ixian Console Output](https://projectixian.github.io/assets/images/guide_deb_1.png)
Expand Down

0 comments on commit dabb1c1

Please sign in to comment.