Skip to content

Commit

Permalink
Update server docs to have the newest packaging commands (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu authored Dec 10, 2023
1 parent 7341c6c commit e76e7d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/en/general-development/setup/server-hosting-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ You can slap the HTTP status API behind a reverse proxy if you want. This is rec
### Custom Code
You need to [set up a development environment](./setting-up-a-development-environment.md) in order to produce a server build for custom code. After you do that, you need to generate the server build by running:

`dotnet build Content.Packaging --configuration Release`
`dotnet run --project Content.Packaging server --hybrid-acz`

```admonish info
Note that if you are running an older server before Content packaging was a thing, or need to use the legacy script (not supported anymore) then use this
`python Tools/package_server_build.py --hybrid-acz`
```

Check the `release/` folder for a packaged server for your custom codebase.

Expand Down

0 comments on commit e76e7d8

Please sign in to comment.