Skip to content

Commit

Permalink
Amogus
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu committed Dec 5, 2023
1 parent 7341c6c commit 1d3d8e1
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 --no-restore`
`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 1d3d8e1

Please sign in to comment.