Giter VIP home page Giter VIP logo

bom's Introduction

bom

環境構築

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ sudo vi /etc/paths
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
->
/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin

$ vim ~/.bashrc
#======================
# rbnev
#======================
if which rbenv > /dev/null; then
  #export PATH="$HOME/.rbenv/bin:$PATH"
  eval "$(rbenv init -)"
fi

$ brew install rbenv ruby-build git open-ssl readline libyaml
$ rbenv install 2.2.2
$ rbenv local 2.2.2
$ rbenv rehash

$ rbenv exec gem install bundler

ローカル環境でrailsを走らせるための環境構築

http://qiita.com/syougun360/items/013229aeddec08121474

$ git clone [email protected]:yorisilo/bom.git
$ bundle install --path vendor/bundle

$ bundle exec rails s
で rails が動くか確認する

SourceTree にリポジトリを追加

  1. Sourcetreeを開く
  2. ファイル→開く でcloneしたフォルダを指定
  3. おしまい!

bom's People

Contributors

yorisilo avatar nattuhan avatar

Watchers

James Cloos avatar Koji Kume avatar  avatar  avatar  avatar

Forkers

kojamam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.