1
1

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.

Mackbook air に開発環境を作る個人的メモ

Last updated at Posted at 2015-01-01

##Command Line ToolsとHomebrewのインストール。

このあたりの記事を参考に。
http://tsuchikazu.net/mac_rail_setup/

shell
rbenv global 2.1.5
ruby --version

バージョンは2.0.0まま…
→これは後でなおすとして。
同じような症状もありそうだし↓
qiita.com/inTheRye/items/891212e0cce0f4799690

##MySqlのインストール

shell
brew install mysql

##powderのインストール

あとはbundlerとrails.

とりあえずここまで。

あとapacheとphpも入れないとか。

####apacheとphpはデフォルトで入ってるらしい。

すごいな。

とりあえずapache2.4系はアクセス許可の書き方が違うよ問題でハマる。↓
https://www.softel.co.jp/blogs/tech/archives/3142

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?