Removed mklink for git
This commit is contained in:
		| @ -1,21 +1,28 @@ | ||||
| --- | ||||
| type: "topic" | ||||
| created: "2024-01-14T02:18:21.204Z" | ||||
| updated: "2024-03-30T16:21:35.068Z" | ||||
| created: 2024-01-14T02:18:21.204Z | ||||
| type: topic | ||||
| updated: 2024-08-05T21:41:07.101Z | ||||
| --- | ||||
|  | ||||
| # Kestra | ||||
|  | ||||
| ```shell | ||||
| # https://kestra.io/docs/tutorial/inputs | ||||
| # https://www.youtube.com/watch?v=Nm1tfmZDqo8 | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| wsl --unregister ubuntu | ||||
| ``` | ||||
|  | ||||
| ```bash | ||||
| sudo -i | ||||
| apt-get update | ||||
| # apt install default-jre | ||||
|  | ||||
|  | ||||
|  | ||||
| apt install openjdk-19-jre-headless | ||||
| ``` | ||||
|  | ||||
| @ -120,37 +127,22 @@ io.kestra.storage:storage-s3:LATEST | ||||
|  | ||||
| ```bash | ||||
| ./kestra-0.15.10 server local | ||||
| # http://localhost:44919/health | ||||
| # http://localhost:8080/ | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ``` | ||||
|  | ||||
| ```shell | ||||
| wsl --export Ubuntu "L:\Ubuntu\Ubuntu-Kestra-001.tar" | ||||
| wsl --unregister Ubuntu | ||||
| wsl --import Ubuntu-Kestra Ubuntu-Kestra "L:\Ubuntu\Ubuntu-Kestra-001.tar" | ||||
| wsl --export Ubuntu-Kestra Ubuntu-Kestra-002.tar | ||||
| wsl --unregister Ubuntu-Kestra | ||||
| ``` | ||||
|  | ||||
| ```yml | ||||
| name: Ubuntu-Kestra | ||||
| Command Line: wsl -d Ubuntu Ubuntu-Kestra | ||||
| ``` | ||||
|  | ||||
| ```bash | ||||
| apt install ssh-import-id | ||||
| ssh-import-id gh:mikepharesjr | ||||
| su phares | ||||
| ssh-import-id gh:mikepharesjr | ||||
| ``` | ||||
|  | ||||
| ```bash | ||||
| chown -R phares:phares /home/phares/ | ||||
| apt install python3-pip | ||||
| pip list | ||||
| pip install requests kestra | ||||
| ``` | ||||
|  | ||||
| ```bash | ||||
| # https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install | ||||
| cd /home/phares | ||||
| wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh | ||||
| chmod +x ./dotnet-install.sh | ||||
| @ -189,11 +181,3 @@ apt install pip | ||||
| ```bash | ||||
| cd /home/phares/kestra/ | ||||
| ./kestra-0.15.10 server local | ||||
| # http://localhost:44919/health | ||||
| # http://localhost:8080/ | ||||
| ``` | ||||
|  | ||||
| ```shell | ||||
| wsl --export Ubuntu-Kestra Ubuntu-Kestra-002.tar | ||||
| wsl --unregister Ubuntu-Kestra | ||||
| ``` | ||||
|  | ||||
		Reference in New Issue
	
	Block a user