Skip to content

Instantly share code, notes, and snippets.

@1950195
Last active August 29, 2015 14:25
Show Gist options
  • Save 1950195/3cac268981dc2cb78c3d to your computer and use it in GitHub Desktop.
Save 1950195/3cac268981dc2cb78c3d to your computer and use it in GitHub Desktop.
前端开发环境部署

Win7

Microsoft .NET Framework > 3.5

Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1

Ruby Gem Git Compass

下载并安装 RailsInstaller

修改gems下载源地址并更新

>gem sources -r https://rubygems.org/
>gem sources -a http://ruby.taobao.org/
>gem update --system
>gem update
>gem install compass

python (version: <3.x)

下载并安装 python-*.msi

nodejs bower gulp

下载并安装 node-*.msi

>npm install -g bower gulp

Debian or Ubuntu

Ruby Gem

$ sudo apt-get install ruby-full

CentOS, Fedora, or RHEL

Ruby Gem

$ sudo yum install ruby

OS X

Ruby Gem

$ brew install ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment