LoginSignup
1
0

More than 5 years have passed since last update.

ローカル開発環境の構築(Mac) ※vagrantではない ※自分用メモ

Last updated at Posted at 2016-07-11

ローカル開発環境の構築(Mac) ※vagrantではない

参考サイト
http://qiita.com/issobero/items/e0443b79da117ed48294#rbenv%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB

ローカル開発環境(Mac)構築でインストールしたもの

・Homebrew(入っていない場合)、Xcode(ソフトウェアIDE、統合開発環境)は最近はHomebrew本体のインストールで一緒に入る。
・rbenv
・ruby
・bundler # bundlerはRubyのバージョン単位で入れること。
・git ※brew install git その後、以下サイトで初期設定を行う。
・PostgreSQL
http://qiita.com/tstomoki/items/0f1a930bd42a8e1fdaac

※ RailsやPostgreSQLはアプリごとにインストールする?
GitHubからCloneした場合はアプリ内に入っているので不要

※ Git初期設定を行う、コマンドあり
http://qiita.com/wnoguchi/items/f7358a227dfe2640cce3

※ Homebrewまとめ
http://qiita.com/vintersnow/items/fca0be79cdc28bd2f5e4

※ Homebrewまとめ
http://qiita.com/omega999/items/6f65217b81ad3fffe7e6

その後やるなら、ローカル(Mac) ※vagrantではない。でGitHubからclone後、アプリを見る場合の作業手順

Mysql

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