Deploy MONO and Jexus and centos7monojexus on CentOS7

Source: Internet
Author: User

Deploy MONO and Jexus and centos7monojexus on CentOS7

I. Install MONO

First, use putty to connect to linux. Here, the linux version is CentOS. After the connection, run:

Rpm -- import "http://keyserver.Ubuntu.com/pks/lookup? Op = get & search = 0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"

Run the following command:

Yum-config-manager -- add-repo http://download.mono-project.com/repo/centos/

Run this command to report the yum-config-manager command not found error. yum-config-manager is in the yum-utils package. You must first install the yum-utils package, run the following command to install the yum-utils package.

Yum-y install yum-utils

After the execution is successful, run:

Yum-config-manager -- add-repo http://download.mono-project.com/repo/centos/

Run yum install mono to install the installation package as prompted.

Yum install mono

Run the following command to check whether mono is successfully installed:

Mono-V

If the version information is displayed normally, the installation is successful.

 

Ii. Install jexus

Go to the jexus official website and follow the prompts to install jexus.

Wget linuxdot.net/down/jexus-5.8.1.tar.gz
Tar-zxvf jexus-5.8.1.tar.gz
Cd jexus-5.8.1
Sudo./install

Run the following command to start jexus:

Cd/usr/jexus/

./Jws start

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.