Statistics
| Revision:

root / org.gvsig.batovi / trunk / org.gvsig.batovi / org.gvsig.batovi.activity / post-install / README.rst @ 103

History | View | Annotate | Download (1.29 KB)

1
===========================================
2
gvSIG batovi Activity Post-intall process
3
===========================================
4

    
5

    
6
This folder contains all supported *post-intall* actions implemented in gvSIG activity.
7

    
8

    
9
user-gvsig-home
10
================
11

    
12
Files of this folder will be **merged** (copy only files than no exists on target folder) with *~/gvSIG* folder of user intallation in first gvSIG activity execution.
13

    
14

    
15
After that this folder will be renamed to *user-gvsig-home.done*.
16

    
17

    
18
user-home
19
===========
20

    
21
Files of this folder will be **merged** (copy only files than no exists on target folder)  to *user home* folder.
22

    
23
After that this folder will be removed.
24

    
25
scripts
26
========
27

    
28
Excecutes contained scripts in first gvSIG activity execution. Only *Pyhon* (files ``.py``) and *Shell* (files ``.sh``) are allowed (other files will be ignored).
29

    
30
Before all execution this environ variables will be set:
31

    
32
* ``GVSIG_ACTIVITY``: root folder of gvSIG activity (usually ``~/Activities/org.gvsig.batovi.activity``)
33

    
34
* ``GVSIG_HOME``: root folder of gvSIG installation (usually ``$GVSIG_ACTIVITY/gvSIG``)
35

    
36
After the script excution will be renamed (adds ``.done``) to prevent future executions.
37

    
38
When all script were executed, this folder will be renamed (adds ``.done``).
39

    
40
See log file for problems in script executions.