Changeset 36855


Ignore:
Timestamp:
2022-10-22T10:07:42+13:00 (18 months ago)
Author:
davidb
Message:

Updated as a result of rolling out the code again on a fresh server (GCE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/README.txt

    r34688 r36855  
    1111
    1212  cd web/sites
    13   svn co https://svn.greenstone.org/main/trunk/model-sites-dev/mars
     13  svn co https://svn.greenstone.org/gs3-installations/mars/trunk/sites/mars
    1414  cd ../interfaces/
    15   svn co https://svn.greenstone.org/main/trunk/model-interfaces-dev/mars
     15  svn co https://svn.greenstone.org/gs3-installations/mars/trunk/interfaces/mars
    1616  cd ../..
    17 
    18 
    19 
     17   
    2018To build collections you need to have installed:
    2119
     
    5755# If your python does not already have 'six', 'sklearn', or 'matplotlib' then:
    5856source ./SETUP.sh
    59 pip install six
    60 pip install sklearn
    61 pip install matplotlib
     57#pip install six
     58#pip install sklearn
     59#pip install matplotlib
     60
     61
    6262
    6363#--
     
    9797
    9898
    99   cd web/sites/.../collect/amc-essentia
     99  cd web/sites/mars/collect/amc-essentia
    100100  ./IMPORT.sh -maxdocs 2
    101101  ./BUILDCOL.sh
Note: See TracChangeset for help on using the changeset viewer.