This repository is practice to develop rails application.
If you do not install brew, see 'install brew' from this link.
After installed brew, install package like this.
brew install libxml2 libxslt libiconv
If you do not install rbenv, exec commands like this.
brew install openssl readline rbenv ruby-build
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
brew install ndenv node-build
echo 'export PATH="$HOME/.ndenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(ndenv init -)"' >> ~/.bash_profile
rbenv install $(cat .ruby-version)
ndenv install $(cat .node-version)
gem install bundler
bundle install --path vendor/bundle
npm install
bin/rails db:create
bin/rails db:migrate
if fail install at bundle install
, may be not enough installed packages from brew. see error logs carefully and Search in Google.