Skip to content

Commit ea236bf

Browse files
committed
fixed numbering in LDVMi install section
1 parent 790c0aa commit ea236bf

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

INSTALL.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,15 @@ It iwll install plugins into UnifiedViews.
107107
Installation of LDVMI is not fuly automated, manual steps are necessary. InternalCatalog and PublicCatalog have to be manualy configured to allow integration of visualization data in catalogs, ckan plugin `webpage_view` have to be enabled. See further details about [webpage_view ckan plugin](http://docs.ckan.org/en/ckan-2.3.1/maintaining/data-viewer.html#web-page-view).
108108
Detailed steps about configuration of ckan_plugins are in [CKAN documentation for ckan_plugins](http://docs.ckan.org/en/ckan-2.3.1/maintaining/configuration.html#ckan-plugins).
109109

110-
1. To install LDVMI (Payola) component, simply run:
111-
```
112-
aptitude install ldvmi
113-
```
114-
2. To allow visualization in InternalCatalog, edit file `/etc/odn-simple/odn-ckan-ic/production.ini`, add `webpage_view` into `ckan_plugins` parameter
115-
```
116-
ckan.plugins = ... webpage_view ...
117-
```
118-
3. In InternalCatalog configuration file, enable webpage_view to be default view [see details in ckan doc](http://docs.ckan.org/en/ckan-2.3.1/maintaining/configuration.html#ckan-views-default-views)
119-
```
120-
ckan.views.default_views = ... webpage_view ...
121-
```
110+
1. To install LDVMI (Payola) component, simply run:<br>
111+
`aptitude install ldvmi`
112+
113+
2. To allow visualization in InternalCatalog, edit file `/etc/odn-simple/odn-ckan-ic/production.ini`, add `webpage_view` into `ckan_plugins` parameter<br>
114+
`ckan.plugins = ... webpage_view ...`
115+
116+
3. In InternalCatalog configuration file, enable webpage_view to be default view [see details in ckan doc](http://docs.ckan.org/en/ckan-2.3.1/maintaining/configuration.html#ckan-views-default-views)<br>
117+
`ckan.views.default_views = ... webpage_view ...`
118+
122119
4. Repeat steps 2. and 3. for PublicCatalog in file `/etc/odn-simple/odn-ckan-pc/production.ini`
123120
5. Restart InternalCatalog and PublicCatalog:
124121
```

0 commit comments

Comments
 (0)