LoginSignup
1
2

More than 5 years have passed since last update.

ドットインストール勉強用rails環境構築 自分用メモ

Last updated at Posted at 2016-10-15

ローカル開発環境の構築 Windows編がベース
http://dotinstall.com/lessons/basic_localdev_win

virtualBox、vagrantインストール
vagrant init bento/centos-6.7
vegrantのCentOS6.7のロケール変更
 http://saosao-0706.hatenablog.com/entry/2016/04/03/205246

centos6.7に
sudo yum -y install git gcc gcc-c++ openssl-devel readline-devel libffi-devel
git clone https://github.com/dotinstallres/centos65.git
cd centos65
./run.sh
php -v
python --version
ruby -v
exec $SHELL -l
ruby -v
mysql --version
sudo service httpd status
sudo yum -y groupinstall "Desktop"
sudo yum -y groupinstall "Japanese Support" "General Purpose Desktop"
sudo vi /etc/inittab
i でインサートモードに
init:3:をinit:5:に変更しescキーを押しshift+zを2回押す
sudo shutdown -r now
sudo yum install rails -v 4.1.1
sudo yum install firefox

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