Hey, try this out: https://github.com/o2platform/O2_Install
That is an installer for the 4.0 version of the O2 Platform (which is based on the .NET 4.0 Framework)
You can get that installler by doing a git clone of that repository or by downloading the zip file: https://github.com/o2platform/O2_Install/zipball/master
You will see an Install_O2.bat script which if all goes acording to plan will:
- Do a git clone of these 3 repositories:
- https://github.com/o2platform/O2.FluentSharp
- https://github.com/o2platform/O2.Platform.Projects
- https://github.com/o2platform/O2.Platform.Scripts
- Compile the C# projects using MSBuild (you don't need VisualStudio installed)
- Start the "O2 Platform.exe" file which if the compilation was sucessfull, will exist in the O2.Platform.Projects\binaries folder
Let me know if it works or if you had any issues with it
Thanks