TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:documentation:devguide:cloning [2016/07/14 16:29]
marisa [Getting the source code from compressed files]
wiki:documentation:devguide:cloning [2017/07/11 10:41]
castejon [Getting the source code from compressed files]
Line 3: Line 3:
  
 Then, follow the steps below according to your platform. Then, follow the steps below according to your platform.
 +
 +**Note:** If you want to integrate code into the TerraLib Official Repository, please, see the document [[http://​www.dpi.inpe.br/​terralib5/​wiki/​doku.php?​id=wiki:​documentation:​devguide:​gitlab|Using GitLab]].
 ===== On Linux Systems ===== ===== On Linux Systems =====
  
Line 19: Line 21:
 **4.** Make a local copy of TerraLib repository: **4.** Make a local copy of TerraLib repository:
 <code bash> <code bash>
-$ GIT_SSL_NO_VERIFY=true git clone https://tester:​terralibdpi@git.dpi.inpe.br/​terralib5 ​.+$ GIT_SSL_NO_VERIFY=true git clone https://gitlab.dpi.inpe.br/​terralib/​terralib.git ​.
 </​code>​ </​code>​
  
Line 27: Line 29:
 </​code>​ </​code>​
  
-**5.** After cloning, select the right [[:​wiki:​documentation:​devguide:​branches_and_tags|branch or tag]] to work on (develop, release-5.x,​ 5.0.x, 5.1.x)+**5.** After cloning, select the right [[:​wiki:​documentation:​devguide:​branches_and_tags|branch or tag]] to work on (develop, release-5.x,​ 5.0.x, 5.1.x, 5.2.0, 5.2.x, and so on)
  
 ===== On Mac OS X ===== ===== On Mac OS X =====
Line 35: Line 37:
 **2.** Make a new folder to host TerraLib source code: **2.** Make a new folder to host TerraLib source code:
 <code bash> <code bash>
-$ mkdir -p /home/​Users/​user/​mydevel/​terralib/​codebase+$ mkdir -p /​Users/​user/​mydevel/​terralib/​codebase
 </​code>​ </​code>​
  
 **3.** Change the current directory to the new folder: **3.** Change the current directory to the new folder:
 <code bash> <code bash>
-$ cd /home/​Users/​user/​mydevel/​terralib/​codebase+$ cd /​Users/​user/​mydevel/​terralib/​codebase
 </​code>​ </​code>​
  
 **4.** Make a local copy of TerraLib repository: **4.** Make a local copy of TerraLib repository:
 <code bash> <code bash>
-$ GIT_SSL_NO_VERIFY=true git clone https://tester:​terralibdpi@git.dpi.inpe.br/​terralib5 ​.+$ GIT_SSL_NO_VERIFY=true git clone https://gitlab.dpi.inpe.br/​terralib/​terralib.git ​.
 </​code>​ </​code>​
  
Line 55: Line 57:
 **5.** After cloning, select the right [[:​wiki:​documentation:​devguide:​branches_and_tags|branch or tag]] to work on (develop, release-5.x,​ 5.0.x, 5.1.x) **5.** After cloning, select the right [[:​wiki:​documentation:​devguide:​branches_and_tags|branch or tag]] to work on (develop, release-5.x,​ 5.0.x, 5.1.x)
  
-===== On Microsoft Windows using TortoiseGit or Gist Bash =====+===== On Microsoft Windows using TortoiseGit or Git Bash =====
  
 **1. **Make a new folder to host TerraLib source code: **1. **Make a new folder to host TerraLib source code:
Line 65: Line 67:
 **2.** Make a local copy of TerraLib repository: **2.** Make a local copy of TerraLib repository:
 <code bash> <code bash>
-$ GIT_SSL_NO_VERIFY=true git clone https://tester:​terralibdpi@git.dpi.inpe.br/​terralib5 . +$ GIT_SSL_NO_VERIFY=true git clone https://gitlab.dpi.inpe.br/​terralib/terralib.git .
-</code> +
- +
-**3.** Change to the directory created by git clone command (terralib5):​ +
-<code bash> +
-$ cd terralib5 +
-(C:/​terralib/​codebase/​terralib5)+
 </​code>​ </​code>​
  
Line 79: Line 75:
 </​code>​ </​code>​
  
-**4.** After cloning, select the right [[:​wiki:​documentation:​devguide:​branches_and_tags|branch or tag]] to work on (develop, release-5.x, 5.0.x, 5.1.x)+**3.** After cloning, select the right [[:​wiki:​documentation:​devguide:​branches_and_tags|branch or tag]] to work on (develop, release-5.1release-5.2,..., release-5.x)
  
 ===== Getting the source code from compressed files ===== ===== Getting the source code from compressed files =====
  
-^Platform^File^ +To get a compressed file with the source code go to the [[wiki:​downloads|download ​page]].
-|Win64 ​   |[[@../​download/​download.php?​FileName=terralib-5.1.3.zip|terralib-5.1.3.zip]]| +
-|Win64 ​   |[[@../download/​download.php?​FileName=terralib-5.1.2.zip|terralib-5.1.2.zip]]+
-|Win64 ​   |[[@../​download/​download.php?​FileName=terralib-5.1.2.zip|terralib-5.1.1.zip]]| +
-|Win64 ​   |[[@../​download/​download.php?​FileName=terralib-5.1.0.zip|terralib-5.1.0.zip]]| +
-|Linux/​Mac|[[@../​download/​download.php?​FileName=terralib-5.1.0.tar.gz|terralib-5.1.0.tar.gz]]|+