在阿里云 (aliyun) 服务器上搭建Ruby On Rails环境
1、阿里云的一键安装web全环境 下载一键安装web全环境 sh.zip 压缩包 上传至服务器,解压、执行脚本,具体步骤详见这里 $ mv sh.zip /home/tmp/ & cd /home/tmp $ unzip sh.zip $ chmod -R 777 sh & cd sh # 任意选择一种方法执行脚本 # 方法一 $ ./install.sh # 方法二 $ ./install_nginx_xxx.sh $ ./install_mysql_xxx.sh 2、安装RVM与指定的Ruby版本 安装RVM与指定的Ruby版本 $ curl -L https://get.rvm.io
下载地址
用户评论