inohilog

/var/log/inohiro.log

setting up my environment for research experiment

  • setting up my environment for research experiment
  • visudo
  • modified /etc/apt/sources.list
  • $ sudo aptitude update
  • $ sudo aptitude upgrade -y
  • $ sudo aptitide install emacs23-nox, install build-essential (, open-vm-tools)
  • install zsh
    • modify /etc/shells
    • chsh -s /path/to/zsh
  • install git
    • $ sudo aptitude install git
    • $ git config --global user.name "Hoge Fuga"
    • $ git config --global user.email hogefuga@gmail.com
  • create ssh key for github


Host github.com
User git
Port 22
Hostname github.com
IdentityFile /home/inohiro/.ssh/github/id_rsa
TCPKeepAlive yes
IdentitiesOnly yes

install mysql-server-5.5

development

  • for install some gems
    • $ sudo aptitude install libmysqlclient-dev, libxml2-dev, libxslt-dev
  • clone project
    • $ cd $HOME/Projects/github
    • $ git clone git@github.com:inohiro/research.git
  • install gems
    • $ cd research
    • $ bundle