2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

intelli j ideaの設定メモ

Last updated at Posted at 2013-07-29

phpのみ編集できればいいという人は、素直にPhpStormを使ったほうがいいです。

pluginのインストール

Settings -> Plugins -> Install JetBrains plugin... -> PHPとPython、ReStructuredTextとか選択

oracle-jdkをインストール

  • openjdkだと3分に1回くらいWindowManagerを巻き込んで落ちます。
$ sudo apt-get purge openjdk*
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer

以下Pythonの場合。

python SDK の選択

File -> Project Structure -> Project -> Project SDK -> new

Ctrl+Space を有効にする

File -> Project Structure -> Project -> Facets
-> Python -> Python Interpreter を選択
-> Detection にて Pythonを選択

Run

Use specified interpreter -> Python 2.7.4

Twitter Bootstrap

docs -> templates にテンプレートがあります。

PHP

mac内蔵のphpではphp-cgiが無効なためビルドする必要あり。

brew install homebrew/php/php56
php --ini
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?