Changeset 35503 for main/trunk


Ignore:
Timestamp:
2021-09-28T10:15:58+13:00 (3 years ago)
Author:
cstephen
Message:

Update README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/README.md

    r35498 r35503  
    1 # Korero Maori ASR Interface
     1# Korero Māori ASR Interface
    22
    33A Greenstone 3 interface for the Atea Project, allowing people to easily utilise the ASR service of https://koreromaori.io to transcribe reo Māori audio files.
     
    77Ensure that [node.js](https://nodejs.org) is on your path. (e.g., which node)
    88
    9 You will also need to setup the Greenstone `koreromaori-proxy` extension. Visit https://trac.greenstone.org/browser/gs3-extensions/atea-nlp-tools/trunk/src/koreromaori-proxy to get the source.
     9You will also need to setup the Greenstone3 `koreromaori-proxy` extension. Visit https://trac.greenstone.org/browser/gs3-extensions/atea-nlp-tools/trunk/src/koreromaori-proxy to get the source.
    1010
    1111```
     
    1515### Compile and hot-reload for development
    1616
    17 This will open a development webserver on [localhost:8080](http://localhost:8080), that is detached from the running Greenstone instance (provided you haven't removed development-specific code).
     17This will open a development webserver on http://localhost:8080 that is detached from the running Greenstone instance.
    1818
    1919```
     
    2323### Compile and minify for production
    2424
    25 1. In `vue.config.js`, uncomment the `publicPath` property, and optionally change it to point to where your production distribution will be placed relative to the interface.
     251. In `vue.config.js`, uncomment the `publicPath` property, and optionally change it to point to where your production distribution will be placed relative to the root `interfaces` directory.
    2626
    27272. Build the project.
     
    3030    ```
    3131
    32 3. Visit the Greenstone3 XSL page for it. For a default Greenstone3 installation, that would be:
    33     ```
    34     localhost:8383/greenstone3/library/page/korero-maori-asr
    35     ```
     323. Visit the `korero-maori-asr` Greenstone3 XSL page. For a default Greenstone3 installation, this should be located at http://localhost:8383/greenstone3/library/page/korero-maori-asr
    3633
    3734### Lint and fix files
Note: See TracChangeset for help on using the changeset viewer.