Log into your server with ssh, something like
ssh -i "my_secret.pem" ubuntu@12.123.12.123If it's a new server, you'll need to install a few things.
Install conda with
| Download the CLI Version of NuGet | |
| https://dist.nuget.org/win-x86-commandline/latest/nuget.exe | |
| --Create Work Paths | |
| md c:\nuget | |
| md c:\nuget\source | |
| md c:\nuget\publish | |
| -- One-Time - Create local NuGet Repo/feed using a local drive path | |
| cd c:\nuget |
Log into your server with ssh, something like
ssh -i "my_secret.pem" ubuntu@12.123.12.123If it's a new server, you'll need to install a few things.
Install conda with