Skip to content

Commit

Permalink
Remove ApiServer Readme #238
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 authored and ddaspit committed Sep 9, 2024
1 parent b5d1f0a commit c28e729
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c28e729

Please sign in to comment.