-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
To install MEENET follow these simple steps and you should be up and running within minutes.
Navigate to https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.1 and find your target platform. Follow the instructions to install.
Find the latest release on github at https://github.com/NiclasOlofsson/MEENET/releases. Download meenet-server.zip
an unzip to folder of own choosing.
Open a command prompt and navigate to the folder that contain the unzipped content. Execute dotnet MiNET.Console.dll
to start your server.
Most configuration in MiNET is handled via a server.config
located in the same directory as the binaries.
In order to connect to the server, you will need to provide the server with credentials that handle login to Microsoft Office365. Access to Office365 is required in order to verify the license of the clients connecting to the server.
TBD