• debian安装mono环境


    官网 http://pkg-mono.alioth.debian.org/


    在/etc/apt/sources.list 加上

    deb http://debian.meebey.net/pkg-mono ./

    安装
    sudo apt-get install mono-devel  # mono-complete  这个

    查看版本
    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)

    下载jexus
    1、下载:
    地址:http://www.linuxdot.net/down/jexus-5.1.tar.gz,可以用wget下载,如:wget http://www.linuxdot.net/down/jexus-5.1.tar.gz

    2、解压:
    tar -zxvf jexus-5.1.tar.gz

    3、安装:
    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这几个脚本文件的权限,确定是否具有可执行权限。

    相比Centos上debian上的安装要简单多了

  • 相关阅读:
    Node入门--事件模块
    Node入门--1--module&require
    Node入门--1-->Hello World
    文件上传(StringMVC)
    StringMVC
    Spring基础
    手动添加日期到mysql数据库
    aspectj 注解
    HandlerMapping执行过程。。。
    在考试我打
  • 原文地址:https://www.cnblogs.com/lvdongjie/p/4997472.html
Copyright © 2020-2023  润新知