Giter VIP home page Giter VIP logo

lrthw's Introduction

lrthw

Learn ruby the hard wild way !

Gitter

Prérequis

  • un terminal unix (Linux ou OSX)
  • ruby installé (version 2.x ou plus), ruby --version
  • git installé, git --version
  • un éditeur de texte (sublime-text par exemple)

Exercices

  1. Créer une copie de ce projet dans votre espace github en cliquant sur le bouton Fork en haut à droite de cette page.
  2. Télécharger VOTRE version du projet sur votre machine depuis le terminal : git clone https://github.com/VOTRE_IDENTIFIANT_GITHUB/lrthw
  3. Réaliser les exercices disponibles sur le site Learn Ruby the Hard Way

Au fur et a mesure de votre progression vous allez créer les fichiers ex1.rb, ex2.rb, ... dans votre dossier lrthw

Avant la fin de la journée

Il vous faut envoyer votre travail sur votre espace github pour que nous puissions évaluer votre progression.

Configurer git

Configurer votre nom dans git sur votre machine

git config --global user.name "VOTRE NOM"

Configurer votre email

Attention! Il faut utiliser le même email que celui de votre compte github.

git config --global user.email "VOTRE EMAIL"

Sauvegarder et envoyer son travail sur github

  • Enregistrez votre travail dans git en faisant un commit (en adaptant en fonctione des fichiers que vous avez dans votre dossier lrthw)
git add ex1.rb ex2.rb ex3.rb

puis :

git commit -m "Fini les exercices 1 à 3"
  • Envoyez votre travail dans votre espace personnel sur github :
git push origin master

En cas de problème

  • Recherchez via votre moteur de recherche préféré si il n'y a pas une solution évidente disponible sur internet
  • Demandez à votre voisin.ne
  • Si le problème est lié à git ou github, voir l'aide de github
  • Si la commande git push origin master ne fonctionne pas demandez à un formateur pour qu'il vous aide à ajouter la clé ssh de votre PC à votre compte github ou suivre l'aide.

lrthw's People

Contributors

em-ak avatar

Stargazers

 avatar  avatar

Watchers

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