Last active
December 16, 2015 20:48
-
-
Save mkamakura/5494736 to your computer and use it in GitHub Desktop.
Sublime Text 2 設定メモ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
centos6にredmineを入れるときにつまずくところ | |
インストール手順は以下を参照 | |
http://blog.redmine.jp/articles/redmine-2_1-installation_centos/ | |
bundle installするとrmagickがないって怒られる。 | |
なので以下を参考にImageMagickをインストールしてからもう一度bundle installする | |
http://www.trident-onlinegame.com/wordpress/?p=327 | |
最後にRailsのプロジェクト内で下記を実行しないと、エラーはかれる。 | |
rake db:migrate RAILS_ENV="production" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
◆設定の書き方 | |
Defaultで変更したい設定を見つけて、Userにコピーしてきて設定を変更する。 | |
Userに書かないとアップデートしたときにDefaultが書き換わってしまう。 | |
Setting -User- | |
=== | |
{ | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
// Vimのキーバインド有効 | |
"ignored_packages": [] | |
} | |
=== | |
◆パッケージコントロールのインストール | |
http://wbond.net/sublime_packages/package_control/installation | |
◆インストールしたプラグイン | |
sublimeでGist | |
https://github.com/condemil/Gist | |
◆プラグイン参考サイト | |
話題のSublime Text2!Webデザイナーが入れておきたいプラグイン | |
http://webdesign-memo.blogdns.com/html/memo_post3425/ | |
[SublimeText2]「第0回 Sublime Text 2 勉強会」で紹介されたプラグインまとめ | |
http://powerful-code.com/blog/2012/11/plugins-for-st2/ | |
Recommended Sublime Text 2 Packages for Web Developers. | |
https://gist.github.com/gaspanik/4048934 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment