e:mendata Okta Core
Lade ...
Suche ...
Keine Treffer
Create WebAPI to Linux Kerstel....

Publish Project as linux-x64 release

cd D:\projects\net_emendata\webapi\emendata.drive.api

dotnet build --configuration Release -p:Version=8.25.9.4 -o RTM_API/linux-x86/ --runtime linux-x64

rem // dotnet build emendata.Drive.API.sln –configuration Release -p:Version=8.25.9.4 -o RTM_API/

copy output => linux server

scp -r d:/projects/net_emendata/webapi/RTM_API/linux-x64/ codemonkey@192.168.122.38:/home/netservice/driveapi/linux-x64

after Transfer to LinuxServer

$ cd /home/netservice/driveapi/linux-x64
$ dotnet emendata.Drive.API.dll

==================================================================================

AccessInfo : 1
Datapath   : /home/data/db/emendata_driveTest.db
File     : 32768
create   : 10/23/2025 13:31:57
update   : 10/23/2025 13:31:57
Attrib   : Normal

-> AccessInfo

info: Microsoft.Hosting.Lifetime[14]
  Now listening on: http://[::]:5000
info: Microsoft.Hosting.Lifetime[0]
  Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
  Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
  Content root path: /home/netservice/driveapi/linux-x64

Stand 10.26.2025