Line 97:
Line 97:
=Mono on SME8=
=Mono on SME8=
−
mmcarn use info found on this post: http://stackoverflow.com/questions/3510320/install-mono-on-centos5-5-using-yum
+
mmcarn use info found on [this post http://stackoverflow.com/questions/3510320/install-mono-on-centos5-5-using-yum] to answer a post [here http://forums.contribs.org/index.php?action=post;quote=237623;topic=47977.0;last_msg=237624]
==Install==
==Install==
−
[code]/sbin/e-smith/db yum_repositories set mono repository \
+
[code]
+
/sbin/e-smith/db yum_repositories set mono repository \
Name 'Mono 2.x for rhel-5-i386 (stable)' \
Name 'Mono 2.x for rhel-5-i386 (stable)' \
BaseURL 'http://ftp.novell.com/pub/mono/download-stable/RHEL_5/' \
BaseURL 'http://ftp.novell.com/pub/mono/download-stable/RHEL_5/' \
Line 119:
Line 120:
Finally, "If you want the Mono environment to be permanent you can issue the following command.":
Finally, "If you want the Mono environment to be permanent you can issue the following command.":
−
[code]cp /opt/novell/mono/bin/mono-addon-environment.sh /etc/profile.d[/code]
+
[code]
+
cp /opt/novell/mono/bin/mono-addon-environment.sh /etc/profile.d
+
[/code]
(mmccarn suspect this is irrelevant for web apps)
(mmccarn suspect this is irrelevant for web apps)