Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
$ git clone https://github.com/vivo-project/Vitro.git Vitro -b rel-1.13.0-maint
$ git clone https://github.com/vivo-project/VIVO.git VIVO -b rel-1.13.0-maint
$ git clone https://github.com/vivo-project/Vitro-languages.git Vitro-languages -b rel-1.13.0-maint  
$ git clone https://github.com/vivo-project/VIVO-languages.git VIVO-languages -b rel-1.13.0-maint 
drwxr-xr-x  user  group  1 Dec 12:00  Vitro
drwxr-xr-x  user  group  1 Dec 12:00  VIVO
drwxr-xr-x  user  group  1 Dec 12:00  Vitro-languages
drwxr-xr-x  user  group  1 Dec 12:00  VIVO-languages

...

Code Block
languagetext
$ cd /usr/local/vivo/home/config (When you install vivo for the first time applicationSetup and runtime files are in home/src/main/resources/config)
/usr/local/vivo/home/config$ cp example.runtime.properties runtime.properties
/usr/local/vivo/home/config$ cp example.applicationSetup.n3 applicationSetup.n3

...