Code Monkey home page Code Monkey logo

cookpad-internship-20201206's Introduction

Cookpad 1 Day Internship 2020-12-06

Cookpad 1 Day Internship へのご参加ありがとうございます!

当日はプログラミング言語 Ruby を使ってハンズオンを行います。 ハンズオンを円滑に進めるため、開発環境の準備と前提知識の確認をお願いします。

開発環境の準備: Ruby と Git のインストール

Ruby と Git を使用できる環境の準備をお願いします。 環境がすでにある場合は、動作確認に進んでください。 ない場合は、使用している OS ごとに以下の手順でインストールしてください(その他の OS の場合は https://www.ruby-lang.org/en/documentation/installation/ を参照してください)。

macOS

Homebrew をインストール後、次のコマンドで Ruby と Git をインストールします。

$ brew install ruby git

Windows

Windows Subsystem for Linux で Ubuntu をインストールしてください。 その後、次のコマンドで必要なパッケージをインストールします。

$ sudo apt update && sudo apt install ruby ruby-dev git build-essential

動作確認

以下のコマンドを1つずつ実行して、最後に 0 failures と表示されれば動作確認は完了です。

$ git clone https://github.com/sankichi92/cookpad-internship-20201206.git
$ cd cookpad-internship-20201206
$ gem install bundler
$ bundle install
$ bundle exec rspec devenv_spec.rb
.

Finished in 0.0053 seconds (files took 0.09453 seconds to load)
1 example, 0 failures

もしいずれかのコマンドが失敗した場合は、事前に Slack でお知らせください。

前提知識の確認: Ruby と Git の基本

Ruby と Git について、以下のページにある内容は前提知識として扱います。 馴染みがない場合は、目を通しておいてください。

cookpad-internship-20201206's People

Contributors

sankichi92 avatar

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.