=========
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.
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/edgarrc/MonoUbuntu/master/install.sh)$"
- This Video shows this script being used
- If you need a sample application to test your installation, you can download this compiled [Hello World] (https://github.com/edgarrc/MonoUbuntu/releases/download/hello/hello.zip) (with web forms)
- Fell free to create any request with issues tool
- 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