This article belongs to the steps after installing CENTOS7
1.gcc
Yum-y install gcc gcc-c++ bison pkgconfig glib2-devel gettext make libpng-devel libjpeg-devel libtiff-devel libexif-devel Giflib-devel libx11-devel freetype-devel fontconfig-devel cairo-devel
2. Download and install libgdiplus, libgdiplus is a mono library that provides GDI + compatible APIs for non-Windows operating systems. versions of: http://download.mono-project.com/sources/libgdiplus/
CD/Tmpwget http://download.mono-project.com/sources/libgdiplus/libgdiplus-3.12.tar.gz tar zxf libgdiplus-3.12. tar.gz cd libgdiplus-3.12. /configure--prefix=/usr/local/mono/"/usr/local/mono/lib" >/etc/ ld.so.conf.d/Mono.confldconfig
3. Download and install Mono, each version of:http://download.mono-project.com/sources/mono/
CD/tmpwget http://download.mono-project.com/sources/mono/mono-4.2.1.91.tar.bz2 Tar jxf mono-4.2. 1.91 . TAR.BZ2CD Mono-4.2. 1 . /configure--prefix=/usr/local/mono/-j2make installecho PATH=/usr/local/mono/bin : $PATH >>~/~/.bash_profile
4. Download and install Jexus, each version of: http://www.linuxdot.net/
CD tmpwget www.linuxdot.net/down/jexus-5.8. 0 . Tar.gztar zxf Jexus-5.8. 0 . TAR.GZCD Jexus-5.8. 0 . /install/usr/local/jexus
5.jexus command
5.1 Common Commands
Start Jexus: /usr/local/jexus/jws start
Stop Jexus: /usr/local/jexus/jws Stop
Restart Jexus: /usr/local/jexus/jws Restart
5.2 Test, start the normal words to the browser, typing:yourlinuxip/info, if you see the current running page, then congratulations, you build environment success!
5.3 Updating Mono
This direct re-download, perform the above mono installation command overwrite the previous directory installed
5.4 Update Jexus
CD/tmpwget www.linuxdot.net/down/jexus-5.8. 0 . tar.gz (if there is a new version) tar zxf jexus-5.8. 0 . TAR.GZCD Jexus-5.8. 0 . /upgrade/usr/local/jexus/
6. Update the Jexusmono Library Reference
cd/usr/local/Jexuslssudo VI jws
Remember.
PS: This article references the http://jhonge.net/Home/Single2/2380
CenterOS7 Installation Mono+jexus Tutorial