Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Large scale deployment of a .net mono app on Linux/Ubuntu

We have a .net app written to be Mono and Linux compatible - written in Visual Studio 2010. For deployment on Windows, we use a Visual Studio Deployment project to build the installer and put files in the correct places.

Is there an equivalent for Linux? Some thing that's as easy and simple for the end user to install?

Thanks

Roberto

like image 466
Roberto Bonini Avatar asked Dec 01 '25 14:12

Roberto Bonini


1 Answers

For Ubuntu, you really want to work within the .deb/apt-based packaging framework the distro already provides (the same applies to Debian derivatives generally; other distro families have their own systems e.g RPM). See the Debian guidelines for packaging CLI based applications/binaries. It'd probably also be well worth taking a look at how existing mono-based apps are packaged (e.g MonoDevelop, F-Stop, Tomboy).

like image 88
timday Avatar answered Dec 04 '25 06:12

timday



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!