Code Monkey home page Code Monkey logo

otp_21_october's Introduction

OTP October 21-23 class info. Your homework.

1 Install these tools, plus Elixir, plus Phoenix. (We'll use the live dashboard)

The tools you will need to install:

For the development dependencies, you'll need:

  • Elixir 1.10. Make sure it's working:

run the command:

Erlang/OTP 22 [erts-10.7] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]

Elixir 1.10.4 (compiled with Erlang/OTP 22)
[demo] (master=) โž” elixir -v
Erlang/OTP 21 [erts-10.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]

Elixir 1.10.1 (compiled with Erlang/OTP 21)

Don't save this for the last minute! There are a few dependencies that will give you trouble if you've never done this before and decide to wait.

2. Clone this repository

  1. Fork this repository to your github account.
  1. Clone your local version to your local machine.
  • Clone it. REPLACE your-github-account with your account:
>  git clone https://github.com/your-github-account/otp_21_october.git
...clones repo...
cd otp_21_october
  • Verify your remote:
$ git remote -v
> origin  https://github.com/your-user/otp_21_october.git (fetch)
> origin  https://github.com/your-user/otp_21_october.git (push)
  • If there's no origin, set it. Make sure you replace your-github-account:
otp_21_october> git remote add origin https://github.com/your-github-account/otp_21_october.git
  • Verify your remote:
$ git remote -v
> origin  https://github.com/your-user/otp_21_october.git (fetch)
> origin  https://github.com/your-user/otp_21_october.git (push)
  • Set the upstream to the Groxio repo:
otp_21_october> git remote add upstream https://github.com/groxio-learning/otp_21_october.git
  • Verify the remotes:
> origin  https://github.com/your-user/otp_21_october.git (fetch)
> origin  https://github.com/your-user/otp_21_october.git (push)
> upstream  https://github.com/groxio-learning/otp_21_october.git (fetch)
> upstream  https://github.com/groxio-learning/otp_21_october.git (push)
  1. Now check out your setup. Send me a pull request: Edit the file "pull_requests.md" and add your name:
  • Edit pull_requests.md
Bruce Tate
Your Name
  • Create a file for notes you want to share with the class

  • bruce_notes.md

Notes for Bruce Tate
  • Commit the files and push
> git add bruce_notes.md
> git commit . -m "my commit"

...some happy success message...

> git push origin master

...some happy success message...

Now go to your repo online. Click: "Compare and create pull request"

You're homework is done!

[otp] git clone path-to-your-repo

otp_21_october's People

Contributors

batate avatar

Watchers

James Cloos 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.