You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ A family wiki and photoalbum engine.
62
62
63
63
For development, you will need the following:
64
64
65
-
*[.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0): the main runtime for Bonsai
65
+
*[.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0): the main runtime for Bonsai
66
66
67
67
1. Install [NodeJS 14](https://nodejs.org/en/)
68
68
2. Download [ffmpeg shared binaries](https://www.ffmpeg.org/download.html) for your system and extract the archive's contents into `External/ffmpeg` folder in the solution root (must contain both `ffmpeg` and `ffprobe` executables).
@@ -82,7 +82,7 @@ For development, you will need the following:
82
82
83
83
5. _Optional, but suggested_:
84
84
85
-
Create a [Google Authorization App](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-6.0) (or Yandex / VK.com).
85
+
Create a [Google Authorization App](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-9.0) (or Yandex / VK.com).
86
86
87
87
Add the retrieved authorization credentials to the `appsettings.Development.json` and set `AllowPasswordAuth` to `false`:
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
43
43
3._Опционально_:
44
44
45
-
Создайте [приложение авторизации Google](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-6.0) (или Yandex, Вконтакте).
45
+
Создайте [приложение авторизации Google](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-9.0) (или Yandex, Вконтакте).
46
46
47
47
Отредактируйте файл `docker-compose.lite.yml`:
48
48
@@ -64,7 +64,7 @@
64
64
65
65
Для участия в разработке понадобится:
66
66
67
-
*[.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0): основной рантайм для Bonsai
67
+
*[.NET 9](https://dotnet.microsoft.com/download/dotnet/9.0): основной рантайм для Bonsai
68
68
69
69
1. Установите [NodeJS 14](https://nodejs.org/en/)
70
70
2. Скачайте [shared-сборку ffmpeg](https://www.ffmpeg.org/download.html) для вашей операционной системы и извлеките данные в папку `External/ffmpeg` в корне проекта (необходимы исполняемые файлы `ffmpeg` и `ffprobe`).
0 commit comments