Howto: run dotnet Orleans on freebsd

This is a preview for a more detailed tutorial or a port. It should be sufficient to get some orleans native cloud computing pods running on freebsd.

Steps:
1. setup an Ubuntu linux jail (linuxolator) using sysutils/debootstrap.
2. chroot to the linux jail.
3. git clone, build and install https://github.com/microsoft/dotnet
4. git clone and run https://github.com/dotnet/orleans using the previously build dotnet command.

Note: not all pods might start due to ip adapter problems.
 
Back
Top