Skip to content

Instantly share code, notes, and snippets.

View chunlea's full-sized avatar
👨‍💻
Working from home

chunli chunlea

👨‍💻
Working from home
View GitHub Profile

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

@chunlea
chunlea / Deploying-Rails-on-VPS-with-Ubuntu-64Bit.sh
Created August 28, 2012 14:04
在Ubuntu 64位上部署Rails开发环境
echo "export LC_ALL=C" >> /root/.bashrc
source /root/.bashrc
# 这个是我的VPS上系统的原因
wget http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
# 官方的要求
vim /etc/apt/sources.list
# 偷偷安装了VIM,不为别的,好像比VI好用
# 在Sources文件后面加入如下两行:
# deb http://nginx.org/packages/ubuntu/ precise nginx
@chunlea
chunlea / gist:3284898
Created August 7, 2012 12:24
Get Pow working under OS X ML Server
https://github.com/37signals/pow/issues/172#issuecomment-6803225