The application automate the business flow of the digitalized documents using SharePoint Online, helping users concentrate on their actual work.
The application runs on the following operating systems:
-
Windows
- Windows 7 SP1 or newer, Windows Server 2008 R2 SP1 or newer.
- .NET Framework 4.6.1 or newer -or- .NET Core 3.1 or newer.
-
Linux
- Ubuntu 16 or newer.
- Mono 6.4.0 or newer -or- .NET Core 3.1 or newer.
- Unzip the application host package into a folder of your choice.
- Make sure the user starting the application has read/write permissions in the folder where the application is installed.
- Important: so far, the application is only a host providing the infrastructure for the actual functionality, which will be installed as plugins in the next steps.
- In the
Configsub directory of the installation folder identify theNuGet.configfile and open it with a text editor. Please change the values of theUserNameandClearTextPasswordwith the one provided by the software publisher. Save the file and close it.
- Run the
kis-cli.exeCLI application (command line interface) and follow the instructions on the screen.- On Linux run
mono kis-cli.exefor the .NET Framework 4.6.1 targeting application, ordotnet kis-cli.exefor the .NET Core 3.1 alternative.
- On Linux run
- To terminate the CLI application issue the
quitcommand in the console. - Note: the setup mode does not try to connect to SharePoint, Exchange, or do anything with the documents in the file system. It is used to configure the connection and other settings. When the configuration is done, exit the application command and start it again in service mode.
- Run the
kis.execommand without any further arguments and follow the instructions on the screen.- Note: the service mode requires a proper application configuration, otherwise the connection to SharePoint, Exchange, or to the file system may malfunction.
- To terminate the application issue the
quitcommand in the application console.
- Start a command prompt as administrator.
- Execute the
sccommand to create the Windows service:sc create sharepointdocuploader binPath= "\"<path-to-the-exe-file>\" service" start= auto DisplayName= "SharePoint Document Uploader"- Make sure you use the exact whitespace as above, as
scis very sensistive about it.
- Make sure you use the exact whitespace as above, as
- Start the service:
sc start sharepointdocuploader - For more information about starting, stopping, creating, and deleting Windows services check https://support.microsoft.com/en-us/help/251192/how-to-create-a-windows-service-by-using-sc-exe.
- General considerations
- Document sources
- Commands