Project

General

Profile

Download (616 Bytes) Statistics
| Branch: | Tag: | Revision:
1

    
2
1. setup a separate project (e.g. in  `~/workspace/universalviewer`) for UV. 
3
   Follow the instructions given in https://dev.e-taxonomy.eu/redmine/issues/5083#universalviewer below *setting up universalviewer dev environment*
4
2. copy the contents of universalviewer `~/workspace/universalviewer/dist/` to 
5
   this directory (`cdm-dataportal/modules/cdm_dataportal/js/universalviewer/uv/`), e.g.:
6
   
7
~~~
8
rm -rf ~/workspaces/cdm/cdm-dataportal/modules/cdm_dataportal/js/universalviewer/uv
9
cp -a ~/workspaces/libs/universalviewer/dist ~/workspaces/cdm/cdm-dataportal/modules/cdm_dataportal/js/universalviewer/uv
10
~~~
(1-1/5)