From c28e7293a5390e8f711b0da48fd7af3ec84a769a Mon Sep 17 00:00:00 2001 From: John Lambert Date: Mon, 9 Sep 2024 14:20:19 -0400 Subject: [PATCH 1/2] Remove ApiServer Readme #238 --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 816e8a0a8..beb70733e 100644 --- a/README.md +++ b/README.md @@ -102,21 +102,4 @@ If you would like to find out more about how to use Machine, check out the tutor ### CSharpier -All C# code should be formatted using [CSharpier](https://csharpier.com/). The best way to enable support for CSharpier is to install the appropriate [IDE extension](https://csharpier.com/docs/Editors) and configure it to format on save. - -### Development locally - -- Install MongoDB 6.0 and MongoDBCompass and run it on localhost:27017 - - Create the following folders: - - C:\var\lib\machine\data - - C:\var\lib\machine\machine -- set the following environment variables: - - ASPNETCORE_ENVIRONMENT=Development -- Open "Machine.sln" and debug the ApiServer -- Now, you are running the complete environment where everything is being debugged and the mongodb is exposed. - -### Develop with serval - -* Install https://github.com/sillsdev/serval in an adjacent folder -* Follow the instructions in serval for develoment -* To debug machine and machine_job together, launch "DockerComb" in VSCode +All C# code should be formatted using [CSharpier](https://csharpier.com/). The best way to enable support for CSharpier is to install the appropriate [IDE extension](https://csharpier.com/docs/Editors) and configure it to format on save. \ No newline at end of file From d93c32eb98eb7a68b0457dc28a635cd3beb19e46 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Mon, 9 Sep 2024 16:31:05 -0400 Subject: [PATCH 2/2] Last removal --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index beb70733e..2ad4023a9 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ Machine is available as a set of NuGet packages: - [SIL.Machine](https://www.nuget.org/packages/SIL.Machine/): core library - [SIL.Machine.Translation.Thot](https://www.nuget.org/packages/SIL.Machine.Translation.Thot/): statistical machine translation and word alignment - [SIL.Machine.Morphology.HermitCrab](https://www.nuget.org/packages/SIL.Machine.Morphology.HermitCrab/): rule-based morphological parsing -- [SIL.Machine.WebApi](https://www.nuget.org/packages/SIL.Machine.WebApi/): ASP.NET Core web API middleware Machine is also available as a command-line tool that can be installed as a .NET tool.