LFA Posted September 13, 2013 Share Posted September 13, 2013 CentOS 5/6 / Fedora 15 / Redhat 5 32bit wget http://www.tcadmin.com/installer/mono-2.11.4-i386.rpm yum -y install mono-2.11.4-i386.rpm --nogpgcheckCentOS 5/6 / Fedora 15 / Redhat 5 64bit wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.rpm yum -y install mono-2.11.4-x86_64.rpm --nogpgcheckDebian 6 32bit wget http://www.tcadmin.com/installer/mono-2.11.4-i386.deb apt-get update dpkg -i mono-2.11.4-i386.deb apt-get install -fDebian 6 64bit wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.deb apt-get update dpkg -i mono-2.11.4-x86_64.deb apt-get install -fUbuntu 10/11/12 32bit wget http://www.tcadmin.com/installer/mono-2.11.4-i386.ubu.deb apt-get update dpkg -i mono-2.11.4-i386.ubu.deb apt-get install -fUbuntu 10/11/12 64bit wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.ubu.deb apt-get update dpkg -i mono-2.11.4-x86_64.ubu.deb apt-get install -fAfter updating edit your /home/tcadmin/Monitor/mono-config. Change the value of MONO_FOLDER: MONO_FOLDER="/opt/mono-2.11.4"Optimize your mono installation: /opt/mono-2.11.4/bin/mono --aot -O=all /opt/mono-2.11.4/lib/mono/2.0/mscorlib.dll for i in /opt/mono-2.11.4/lib/mono/gac/*/*/*.dll; do /opt/mono-2.11.4/bin/mono --aot -O=all $i; doneThen restart your monitor and service manager: cd /home/tcadmin/Monitor ./monitor-service restart ./serviceman-service restart Link to comment Share on other sites More sharing options...
Mark9000 Posted September 13, 2013 Share Posted September 13, 2013 Thank's luis. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now