Added deployment capabilities

This commit is contained in:
2024-07-17 23:20:07 +02:00
parent 777b0fccc8
commit 577d61ed42
8 changed files with 197 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 5
---
---
sidebar_position: 5
---
# Command plugins

View File

@@ -1,28 +1,28 @@
---
sidebar_position: 2
---
# Getting started
## Requirements
MycroForge has the following dependencies.
- bash
- git
- Python3 (3.10)
- Docker
- .NET 8
### Windows
To simplify the implementation of this tool, it assumes that it's running in a POSIX compliant environment.
MycroForge has been developed and tested on Windows in WSL2 Ubuntu 22.04.03.
So when running on Windows, it's recommended to run MycroForge in the same environment or atleast in a similar WSL2 distro.
### Install
```
dotnet tool install -g MycroForge.CLI
```
---
sidebar_position: 2
---
# Getting started
## Requirements
MycroForge has the following dependencies.
- bash
- git
- Python3 (3.10)
- Docker
- .NET 8
### Windows
To simplify the implementation of this tool, it assumes that it's running in a POSIX compliant environment.
MycroForge has been developed and tested on Windows in WSL2 Ubuntu 22.04.03.
So when running on Windows, it's recommended to run MycroForge in the same environment or atleast in a similar WSL2 distro.
### Install
```
dotnet tool install -g MycroForge.CLI
```