官网 http://pkg-mono.alioth.debian.org/linux
在/etc/apt/sources.list 加上.net
deb http://debian.meebey.net/pkg-mono ./debug
安装
sudo apt-get install mono-devel # mono-complete 这个rest
查看版本
mono -V
Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-8)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)get
下载jexus
一、下载:
地址:http://www.linuxdot.net/down/jexus-5.1.tar.gz,能够用wget下载,如:wget http://www.linuxdot.net/down/jexus-5.1.tar.gzit
二、解压:
tar -zxvf jexus-5.1.tar.gzio
三、安装:
Jexus安装很是简单,仅仅就是一个复制、粘帖和注册全局程序集的过程,但要特别注意:须要用root身份进行操做。
A、复制文件,建议把jexus安装到/usr/jexus中:
sudo cp -rf jexus-5.1 /usr/jexus
B、注册全局程序集:
cd /usr/jexus
sudo ./jws.regsvr
C、请查看 jws.start、jws.stop、jws.restart、jws.regsvr这几个脚本文件的权限,肯定是否具备可执行权限。thread
相比Centos上debian上的安装要简单多了权限