File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88See instructions at https://www.microsoft.com/net/core
99
1010## Docker
11- ```
11+ ``` bash
1212cd=` pwd`
1313docker pull mcr.microsoft.com/dotnet/sdk:10.0
1414docker run -v " $( pwd) " :/work -w /work -it -p 5000:80 mcr.microsoft.com/dotnet/sdk:10.0 bash
1515```
1616
1717## Database
18- ```
18+ ``` bash
1919# in terminal:
2020docker volume create rethinkdb_data
2121docker run --rm -it --name rethinkdb-manual -v rethinkdb_data:/data -p 8080:8080 -p 28015:28015 -p 29015:29015 rethinkdb
@@ -34,14 +34,14 @@ r.grant("openrct2-api-live", {"config": true})
3434` ` `
3535
3636# # Building / Launching
37- ```
37+ ` ` ` bash
3838cd src/OpenRCT2.API
3939dotnet run
4040` ` `
4141
4242# # Configuration
4343~ /.openrct2/api.config.yml:
44- ```
44+ ` ` ` yaml
4545api:
4646 bind:
4747 baseUrl:
You can’t perform that action at this time.
0 commit comments