1. To make the file can be opened in the terminal using mate filename
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/bin/
2. .tmTheme files are under /Applications/TextMate.app/Contents/SharedSupport/Themes
3. Command + shift + t go to specific function/method
-----------------------
Install ruby/rubygems/rails on snow leopard(MAC OS 10.6.4)
1. Set the Path
mate ~/.profile
Add the following to the last line:
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
Then check if it has been updated:
source ~/.profile
echo $PATH
If /usr/local/bin is at the beginning of the line, it is done otherwise repeat the above steps.
2. Download ruby/rubygems
mkdir ~/src
cd ~/src
curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p174.tar.gz
curl -O http://files.rubyforge.vm.bytemark.co.uk/rubygems/rubygems-1.3.5.tgz
3. Install Ruby
tar xzvf ruby-1.8.7-p174.tar.gz
cd ruby-1.8.7-p174
./configure --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1
make
sudo make install
cd ..
Check if ruby is installed: which ruby
if it returns : /usr/local/bin/ruby then done
4. Install rubygems
tar xzvf rubygems-1.3.5.tgz
cd rubygems-1.3.5
sudo /usr/local/bin/ruby setup.rb
cd ..
5. Install rails
sudo gem install rails
6. Install MySQL
sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
7. Install Mongrel
sudo gem install mongrel --include-dependencies
---------------------------------
Create a test app
1. rails testapp
cd testapp
script/server
http://localhost:3000
分享到:
相关推荐
文本伴侣1: mkdir -p ~ /Library/Application \ Support/TextMate/Bundlescd ~ /Library/Application \ Support/TextMate/Bundles 文字伴侣2: mkdir -p ~ /Library/Application \ Support/TextMate/Managed/...
安装TextMate 下载.tmTheme文件将文件复制到~/Library/Application Support/TextMate/Themes崇高文字包装控制确保您已经安装了 从命令面板中选择“安装软件包”(在Windows / Linux上为Ctrl+Shift+P ,在OS X上为⇧...
超过 120 种语言的语法高亮显示(可以导入TextMate/Sublime/ .tmlanguage文件) 超过 20 个主题(可以导入TextMate/Sublime/ .tmtheme文件) 自动缩进和升级 一个可选的命令行 处理巨大的文档(最后检查,4,000,000 ...
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles git clone git://github....
编辑:您可以在Windows上使用E Text Editor以及ANSYS-Textmate-Bundle。 安装: 要安装TextMate(在terminal.app中):mkdir -p〜/ Library / Application \ Support / TextMate / Bundles cd〜/ Library / ...
通常路径为`~/Library/TextMate/Themes`(或者如果你使用的是最新版本的TextMate,可能是在`~/Library/Application Support/TextMate/Pristine Bundle/Themes`)。 4. 应用主题:打开TextMate,进入“首选项”>...
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/leafo/moonscript-tmbundle.git MoonScript.tmbundle 崇高的安装 您...
用法在Textmate中,选择文本,按Cmd + Shift + C,然后转到Keynote并粘贴Cmd + V安装mkdir -p ~/Library/Application\ Support/TextMate/Bundlescd ~/Library/Application\ Support/TextMate/Bundlesgit clone git:/...
语法着色:支持60多种语言的语法着色,可以导入TextMate/.tmlanguage和Sublime/.tmlanguage文件。 主题支持:提供20多种主题,可以导入TextMate/.tmtheme文件。 自动缩进和减少缩进。 可选的命令行。...
要通过Git安装:cd ~/"Library/Application Support/TextMate/Bundles/"git clone git://github.com/textmate/ant.tmbundle.git "Ant.tmbundle"osascript -e 'tell app "TextMate" to reload bundles'(可选)将TM_...
TextMate 2 将.tmTheme文件复制到~/Library/Application Support/Textmate/Managed/Bundles/Themes.tmbundle 。 TextMate 将.tmTheme文件复制到~/Library/Application Support/TextMate/Themes 。 Vim Vim插件Plug ...
javascript-tools.tmbundle, 在TextMate中,开发Javascript的基本工具 如何安装? [Get with **GitHub for Mac**] ( http://mac.github.com/"用于苹果机"克隆它到你 ~/Library/Application Support/TextMate/Pris
github_editor_theme, Textmate,sublime text 和Vim的Github主题 的主题这是 TextMate,sublime text 和Vim的GitHub主题。 TextMate 1要安装它:$ cd ~/Library/Application Support/TextMate/Themes &&a
###Textmate 1 cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/jameswomack/Stylus-TextMate-Bundle Stylus.tmbundle osascript -e '告诉应用程序“TextMate”重新加载包' ...
CoffeeScript.tmbundle ...安装: cd ~/Library/Application\ Support/TextMate/Bundles (Textmate 1)cd /Applications/TextMate.app/Contents/SharedSupport/Bundles (Textmate 1.5.10 & 2)git clone git://github....
} (⇧⌘H) 接受所有标记(⌃⌥⌘A) 拒绝所有标记(⌃⌥⌘R)样本文件 :安装安装: mkdir -p ~/Library/Application\ Support/TextMate/Bundlescd ~/Library/Application\ Support/TextMate/Bundlesgit clone git...
在IT行业中,文本编辑器是开发者们不可或缺的工具,而TextMate是一款深受Mac用户喜爱的、功能强大的文本编辑器。本文将围绕“Textmate图标美化文件”这一主题,详细讲解如何美化TextMate应用的图标以及相关知识。 ...
超过 110 种语言的语法高亮显示(可以导入 TextMate/Sublime/ .tmlanguage文件) 超过 20 个主题(可以导入 TextMate/Sublime/ .tmtheme文件) 自动缩进和缩进 一个可选的命令行 处理大文件(最后检查,4,000
产品特点超过120种语言的语法高亮显示(可以导入TextMate / Sublime / .tmlanguage文件) 超过20个主题(可以导入TextMate / Sublime / .tmtheme文件) 自动缩进和缩进可选命令行处理大文件(最后检查时,上限为4,...
**TextMate:Mac平台的高效代码编辑器** TextMate是一款专为Mac OS X设计的强大的文本编辑器,尤其受到程序员和Web开发者的喜爱。它以其丰富的功能、自定义能力和高效的编码体验而闻名,被誉为“Mac上的Unix终端”...