Skip to content

Commit

Permalink
replace apt-get with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
3036662 committed Nov 2, 2023
1 parent be3388c commit 41faf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions self-hosting/ubuntu-self-hosted-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Librum-Server contains the API, database, and other core infrastructure item
So:

```
sudo apt-get install dotnet-sdk-7.0 dotnet7 dotnet-host aspnetcore-runtime-7.0 openssl mariadb-server
sudo apt install dotnet-sdk-7.0 dotnet7 dotnet-host aspnetcore-runtime-7.0 openssl mariadb-server
```

Expand Down Expand Up @@ -101,7 +101,7 @@ sudo chown librum-server $PFXOUT
```
### Configure server ports

go to /var/lib/librum-server/srv/ and add to appsettings.json and appsettings.Development.json - this block:
go to /var/lib/librum-server/srv/ and add to appsettings.json - this block:

```
"Kestrel": {
Expand All @@ -127,7 +127,7 @@ go to /var/lib/librum-server/srv/ and add to appsettings.json and appsettings.De
### Install and configure MariaDB

```
sudo apt-get mariadb-server
sudo apt install mariadb-server
```

Go to /etc/mysql/mariadb.conf.d/ and find 50-server.cnf
Expand Down

0 comments on commit 41faf3f

Please sign in to comment.