Blame view

install/old/eclipse-install-from-git.txt 1.11 KB
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INSTALLATION WITH ECLIPSE


Remarque : Le workspace Eclipse peut être n'importe où, ça n'a pas d'importance
(ex : /Users/Etienne/eclipse_workspace/)

File/Import…

Select Git/Projects from Git

Select Repository Source : URI

Select Git Repository :
URI: git://github.com/aaujon/Inventirap.git
(Host: github.com)
(Repository path: /aaujon/Inventirap.git)
(Protocol: git)

Branch Selection: master

Local Destination: Attention, c'est ici que c'est important de ne pas se tromper
Il ne faut pas prendre le repertoire proposé par défaut (/Users/pallier/git/Inventirap)
Mais il faut selectionner le repertoire qui se trouve dans le dossier htdocs de Apache
Donc, selectionner …/htdocs/Inventirap/ (qui est un nouveau repertoire)
(with Initial branch = master)

Select a wizard to use for importing projects : Import as general projects

Project name : Inventirap 
(projet qui sera placé "virtuellement" dans mon workspace Eclipse MAIS qui pointe en réalité vers le repertoire physique .../htdocs/Inventirap/ ce qui est pratique pour que je puisse le voir directement avec Apache via mon navigateur : http://localhost/Inventirap/)