Giter VIP home page Giter VIP logo

tps-php's Introduction

W31 - Programmation web côté serveur

IMPORTANT : Il sera impératif de savoir utiliser ce dépôt pour le TP noté.

Pour démarrer, vous devez :

  1. Mettre en place une clé SSH en suivant le tuto GITLABSSH.md
  2. Mettre en place votre environnement de travail en suivez les instructions ci-dessous.

Ensuite, pour utiliser de votre dépôt, regardez la page HOWTO.md.

Les diapos des cours :

1 - Créer un clône distant sur Gitlab

Il suffit de cliquer sur le bouton "Fork" en haut de la page, à côté du bouton bleu "Clone".

À FAIRE : Ajouter votre enseignant de TP en tant que "Reporter" de votre dépôt (menu "Settings" => "Members").

2 - Créer un clône local sur votre ordinateur

  1. Installer git sur votre ordinateur personnel (rien à faire sur les postes de l'IUT) :
$ sudo apt install git
  1. Configurer vos informations d'utilisateur :
$ git config --global user.name "[Prenom] [Nom]"
$ git config --global user.email "[login]@unistra.fr"
  1. Cloner :
$ git clone [email protected]:[username]/W31.git

3 - Ajouter le remote "prof"

En trois commandes :

$ cd W31
$ git remote add prof [email protected]:W31/W31.git
$ git fetch prof

Si tout s'est bien passé, la commande :

$ git remote

affiche :

origin
prof

tps-php's People

Contributors

akrah avatar nderousseaux avatar

Watchers

 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.