Giter Club home page Giter Club logo

otp_june's Introduction

Groxio OTP course

Groxio training

1 Install these tools, plus Elixir

The tools you will need to install:

You will also need a camera that works with Zoom. We will keep our cameras on throughout the class to improve communication and engagement.

For the development dependencies, you'll need:

  • Elixir 1.14, with OTP 25. Make sure it's working:

run the command:

[otp_june] โž” elixir -v
Erlang/OTP 25 [erts-13.1.3] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]

Elixir 1.14.2 (compiled with Erlang/OTP 25)

Verify that observer is working (helpful but optional):

[otp_june] -> iex
iex(1)> :observer.start

You will see a window come up and the :ok return code. Don't save this for the last minute! It's a hands on class, and you need time to work out any bugs you might encounter.

2. Clone this repository

  1. Fork this repository to your github account.
  • Go to https://github.com/groxio-learning/otp_june
  • Click the fork button in the upper right corner
  • Navigate to your local version (at something like [email protected]:your-github-user/otp_june.git. )
  • Copy the clone address to your clipboard. Click the bright green code button, then click the copy-to-clipboard button on the clone page.
  1. Clone your local version to your local machine.
  • Clone it. REPLACE your-github-account with your github account name:
>  git clone <paste the url>
...clones repo...
cd otp_june
  • Verify your remote:
$ git remote -v
> origin  https://github.com/your-user/otp_june.git (fetch)
> origin  https://github.com/your-user/otp_june.git (push)
  • If there's no origin, set it. Make sure you replace your-github-user:
otp_june> git remote add origin https://github.com/your-github-user/otp_june.git
  • Verify your remote:
$ git remote -v
> origin  https://github.com/your-user/otp_june.git (fetch)
> origin  https://github.com/your-user/otp_june.git (push)
  • Set the upstream to the Groxio repo:
otp_june> git remote add upstream https://github.com/groxio-learning/otp_june.git
  • Verify the remotes:
> origin  https://github.com/your-user/otp_june.git (fetch)
> origin  https://github.com/your-user/otp_june.git (push)
> upstream  https://github.com/groxio-learning/otp_june.git (fetch)
> upstream  https://github.com/groxio-learning/otp_june.git (push)
  1. Now check out your setup. Send me a pull request: Edit the file "pull_requests.md" and add your name:
  • git pull upstream main
  • Edit pull_requests.md
- Bruce Tate
- Your Name Here
  • Commit the file and push
> git commit . -m "my commit"

...some happy success message...

> git push origin main

...some happy success message...

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

Your homework is done!

otp_june's People

Contributors

batate avatar dbgreen avatar floralouise avatar savhappy avatar stephwood avatar

Watchers

 avatar  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.