tags:

views:

2158

answers:

10

I'm a .Net developer and would like to investigate building and running our framework on Mono.

If the initial project is successful I will happily invest in an OS learning curve, but right now I want to focus on getting things up and running and seeing the code working.

What would be the best distribution to start with, assuming that I know very little about Linux, but am an experienced developer? How quickly (hours/days/weeks?) can I expect to achieve this?

Some Feedback so far (Thanks for the answers, guys): Decided on CentOS, but this was also because this fits in with a particular implementation of the .Net code that I want to port to Mono.The only issue was that I needed to go to version 4 for an out-the-box install of Mono

With some assistance I have been able to get this to a point where I am able to run compiles and start addressing the porting issues. This took a few hours - biggest learning curve is around driving Linux.

20081231: Found the following article for running mono on ubuntu: http://www.ddj.com/windows/212201484

+4  A: 

Probably Novell (SuSE), since they fund the mono project and pay the core developers, odds are they're using Novell workstations for their initial coding.

It really shouldn't matter much, though.

Joel Coehoorn
I would vote for Ubuntu, but I have to agree that among the mainline distros it actually shouldn't matter.
Jonah Braun
+1  A: 

If you are a linux beginner I would start with Ubuntu Linux Server; I installed Mono on a Gentoo server a couple of weeks ago, just to find out that it can't run precompiled ASP.net sites :') You be warned, Linux ain't made for .NET. You should be able to set up the server in a day or 2, configuring Mono to work might take some time...

D4V360
Ubuntu server isn't that great either. He might want a GUI. And a server distro is totally unnecessary for Mono development anyway, better to use the user-friendly desktop distro of his choice and install the devel environment there.
Adam Lassek
+1  A: 

Use Linux MINT - one of the most complete distros. Also, it has great package management and great startup configuration.

Mote
+1  A: 

It's integrated well with suse. But also works great on Ubuntu and ubuntu seems to appeal more to linux newcomers.

Vasil
A: 

Like others have said, Novell has direct ties to Mono, but I wouldn't think the mono experience would vary a great deal amongst the bigger names (Suse, Ubuntu, Redhat...).

Are you more interested in getting something that's easy to get up and running or is there a plan to deploy this in production at some point down the road? If it's the former, my personal preference would be Ubuntu, but if it's the latter, then that's more of a question for you and which one will integrate better with your existing infrastructure, and provide the kind of support you're looking for, etc.

mmacaulay
+3  A: 

The Mono download page gives a fairly big hint as to their preferred distros:

http://www.go-mono.com/mono-downloads/download.html

There's also a page for 'Unsupported distros':

http://www.mono-project.com/Other_Downloads

Kev
It's the downloads that are unsupported, I think; you'll get as much or as little support using those distros as any other, but the downloads come from third parties.
Mark Baker
A: 

If you want to avoid the OS-learning curve go for one of the desktop-oriented distributions like Ubuntu or Fedora. Any one of the "big" ones does have mono packages. If you want to try out specific (especially development-) versions, you'll have to do a manual install anyways.

Also avoid running it on real hardware :-) VirtualBox is a great and free virtualisation solution and can really take the hassle out of testing software, if you don't care about dual boot, master boot records and hardware failures.

David Schmitt
+2  A: 

To get started as quickly as possible, there is a VMWare image available on Mono's Download page. It comes with Mono and all its tools pre-installed, including a running ASP.Net server. You can start with this, and then migrate to whichever distro you choose if you go forward.

jpobst
+28  A: 

I work for Novell, so I am going to recommend OpenSUSE as the distribution to use for Mono of course.

When you use OpenSUSE, not only you get Mono, but there are hundreds of open source libraries and .NET based applications that we have ported and make available through our update system.

Additionally, many of the preview features are available as packages that are ready to install on OpenSUSE. Other distributions tend to lag behind in both of the above areas.

Besides, the more OpenSUSE out there, the more funds that we get to continue to improve Mono.

miguel.de.icaza
Miguel, I'm a using the latest beta on Open SUSE now and am really impressed.
David Robbins
A: 

I've been using Ubuntu for Mono development for a while now, and I've found it perfectly satisfactory, execept that it's a little tough to set up Apache with mod_xsp to get the web portion working. The GTK# in MonoDevelop with a Stetic UI is fine though.

Adam N