From 3a1ca2c8ffcfb068ebdd59a3a3bf85e1a504c417 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 7 Jun 2026 01:11:23 +0100 Subject: [PATCH] workload restore --- Dockerfile | 2 +- INSTALL.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4dbbf186..b86e66ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src COPY . . -RUN dotnet workload install android +RUN dotnet workload restore RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-insecure-connections RUN dotnet publish src/Yavsc.Org/Yavsc.Org.csproj -c Release -o /app/publish diff --git a/INSTALL.md b/INSTALL.md index ebf30a1b..6be2ce74 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Install -With internet access, Git, dotnet, and GNU/Makefile, simply follow these instructions: +With internet access, Git, dotnet, and GNU/Makefile, simply follow these instructions, in order to have the server part installed: ```bash git clone https://github.com/pschneider/yavsc.git @@ -10,6 +10,16 @@ cd contrib make install ``` +About the mobile app, + +```bash +cd src/PostIt/PostIt.Android +dotnet publish -c Release +``` + +and then, install the app, from the `src/PostIt/PostIt.Android/bin/Release/net10.0/PostIt.apk` + + ## Resources System resources needed to install.