/MonoUbuntu

An easy way to install production-ready Asp.Net on Linux Ubuntu

Primary LanguageShellGNU General Public License v2.0GPL-2.0

=========

MonoUbuntu

A simple script to install Mono / Apache-mod-mono on a Ubuntu server. Ready for production use, so you can run your ASP.NET application (or console/gui app as well) on Linux.

This script will ask for an application name and apache will be configured to handle this specific application as ASP.NET, so it will not interfere if you plan to use apache with php or anything else.

Usage

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/edgarrc/MonoUbuntu/master/install.sh)$"

Demonstration

Contributing

  • Fell free to create any request with issues tool

Release History

  • 2021-03-01: Previous releases that uses Ubuntu 16 and lower versions are broken due to changes on apache and the release of mod mono.
  • 2021-03-01: Tested OK on Ubuntu 20.04 LTS 64bit