Awesome
2sic Imageflow Oqtane module middleware
Imageflow.NET Server image processing and optimizing middleware with querystring API for Oqtane 4
Release notes
Because nuget package with dependencies for all runtimes is very big separate smaller packages are created for different platforms. Recommendation is to install only packages that targets platforms in use. Installing more packages in same oqtane installation will effectively append runtime dependence from last package.
- ToSic.Imageflow.Oqtane.x.x.x-all.nupkg (28 MB) - all runtimes,
- ToSic.Imageflow.Oqtane.x.x.x-linux.nupkg (22 MB) - linux, unix runtimes,
- ToSic.Imageflow.Oqtane.x.x.x-osx.nupkg (4 MB) - osx runtime,
- ToSic.Imageflow.Oqtane.x.x.x-win.nupkg (5 MB) - win runtimes.
Install Imageflow module in Oqtane
Install it in standard way, as any other oqtane module.
Option a)
-
Open Module Management in Admin Dashboard. On Download tab find Imageflow in list of modules. Click on its Download button. After download click on Install.
Option b)
-
From https://github.com/2sic/oqtane-imageflow/releases download latest ToSic.Imageflow.Oqtane.x.x.x-*.nupkg.
-
Open Module Management in Admin Dashboard and select Upload tab. Upload ToSic.Imageflow.Oqtane.x.x.x-*.nupkg and Install,
Option c)
-
From https://github.com/2sic/oqtane-imageflow/releases download latest ToSic.Imageflow.Oqtane.x.x.x-*.nupkg.
-
Just copy ToSic.Imageflow.Oqtane.x.x.x-*.nupkg package to your
Oqtane.Server\wwwroot\Modules\
and next oqtane website restart will auto-install Imageflow module as part of oqtane application startup process.
Development in Oqtane.Framework with Imageflow nuget dependency
-
It is required to have Oqtane.Framework development environment in folder oqtane.framework.
git clone https://github.com/oqtane/oqtane.framework.git
-
In Visual Studio open
oqtane.framework\Oqtane.sln
. -
Open Manage nuget packages for solution.., find ToSic.Imageflow.Oqtane nuget package and Install to Oqtane.Server project as dependency.
-
Or, from https://github.com/2sic/oqtane-imageflow/releases download latest ToSic.Imageflow.Oqtane.x.x.x-*.nupkg and just copy ToSic.Imageflow.Oqtane.x.x.x-*.nupkg package to your
Oqtane.Server\wwwroot\Modules\
Develop Imageflow module in Oqtane.Framework
-
It is required to have Oqtane.Framework development environment in folder oqtane.framework.
git clone https://github.com/oqtane/oqtane.framework.git
-
By convention if you place the Imageflow module root folder at the same level as the oqtane.framework, then you will not have to modify any folder configuration in the
oqtane-imageflow\Src\Package\ToSic.Imageflow.Oqtane.Package.csproj
project.git clone https://github.com/2sic/oqtane-imageflow.git
How to deploy Imageflow to Oqtane.Framework?
-
In Visual Studio open
oqtane-imageflow\Src\ToSic.Imageflow.Oqtane.sln
. -
Build Debug or Release configuration and script will deploy Imageflow module to Oqtane.Framework.
-
In Visual Studio open
oqtane.framework\Oqtane.sln
and Run it.
How to locally package ToSic.Imageflow.Oqtane.x.x.x-*.nupkg?
-
Build release version and pack to ToSic.Imageflow.Oqtane.x.x.x-*.nupkg
cd InstallPackages pack.cmd