# mono_base-runtime **Repository Path**: 54668/mono_base-runtime ## Basic Information - **Project Name**: mono_base-runtime - **Description**: 这是一个Linux下mono环境的一键安装包 本版组成: Nginx Mono Jexus PHP - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #mono_base-runtime ##本版组成: Nginx 1.9.7 Mono 4.2.1 Jexus 5.6.5 PHP 5.6.15 使用环境:64位 Ubuntu/CentOS (制作环境为Ubuntu 14.0.4/CentOS7.1.1503,理论上可以支持当前及当前以上版本) ##使用方法: 1. 将压缩包解压并切换到相应目录(“install”文件的目录中,建议上传到/tmp) ```bash tar -zxvf /tmp/base-runtime-CentOS7-x64.tar.gz sudo chmod a+x /tmp/base-runtime/install cd /tmp/base ``` 2. 执行:sudo ./install -i 如果是升级旧版本,请执行: ./uninstall -u 3. 待看到“Congratulation!!......All Install has been completed!”表示完成部署。 精简命令: ```bash cd /tmp tar -zxvf /tmp/base-runtime-CentOS7-x64.tar.gz sudo chmod a+x /tmp/base-runtime/install cd /tmp/base-runtime sudo ./install -i ``` ###说明: 1. 本包自动化安装功能 2. 使用本方式部署mono-jws,用户还可以通过以下的方式来快速操作Jexus。 启动Jexus:service jwsd start 关闭Jexus:service jwsd stop 重启Jexus:service jwsd restart 查看Jexus版本:service jwsd version 检测Jexus状态:service jwsd status 设置开机启动:chkconfig jwsd on 取消开机启动:chkconfig jwsd off 3. 使用本方式部署Nginx,用户还可以通过以下的方式来快速操作Nginx。 启动Nginx:service nginx start 关闭Nginx:service nginx stop 重启Nginx:service nginx restart 重加载Nginx:service nginx reload 查看Nginx版本:service nginx version 检测Nginx状态:service nginx status 设置开机启动:chkconfig nginx on 取消开机启动:chkconfig nginx off 4. 使用本方式部署php-fpm,用户还可以通过以下的方式来快速操作php-fpm。 启动php-fpm:service php-fpm start 关闭php-fpm:service php-fpm stop 设置开机启动:chkconfig php-fpm on 取消开机启动:chkconfig php-fpm off