...
2.1 Select the Git perspective 2.2 Click on Clone Git repository | |||
2.3 Provide the repository URI : https://github.com/UQAM-VIVO/Vivo-installer-i18n.git and click Next | |||
2.4 Select
| |||
2.5 Make sure the proper path to the Git directory is provided (Ex.: if your UQAM_DEV variable equal C:\UQAM_DEV 2.6 Click Finish to add the repository to UQAM-DEV. | |||
2.7 Repeat steps 2.1 through 2.6 using the following repositories URI: https://github.com/vivo-project/Vitro.git https://github.com/vivo-project/VIVO.git https://github.com/vivo-project/Vitro-languages.git https://github.com/vivo-project/VIVO-languages Note: for developement purposes, you would have to clone VIVO repositories in your own GitHub account and clone those URI instead.
| |||
2.8 When all the repositories are cloned, your Git perspective should look like this: |
...
3. Importing VIVO code into the UQAM-DEV workspace
3.1 In the menu File, select Import | |
3.2 Select Maven > Existing Maven Projects, and click next | |
3.3 Provide the path to the Git repository, and click Finish | |
3.4 Selecting the Java perspective, this is how your Project Explorer should look after the importation |
...