Installation sur un serveur Linux
Remarque : La procédure d'installation a été réalisée pour un serveur Ubuntu 10.10 Maverick Meerkat.
Procédure
Install Mono:
- sudo apt-get install monodevelop mono-devel monodevelop-database mono-debugger mono-xsp2 libapache2-mod-mono mono-apache-server2 apache2
Run the following instructions:
- a2dismod mod_mono
- a2enmod mod_mono_auto
Edit the file: /etc/apache2/mods-available/mod_mono_auto.conf and add the following lines at the end of the file:
- MonoPath default "/usr/lib/mono/3.5"
- MonoServerPath default /usr/bin/mod-mono-server2
- AddMonoApplications default "/:/<path_to_your_application"
Restart Apache2