Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 919 Bytes

README.org

File metadata and controls

24 lines (19 loc) · 919 Bytes

Welcome to LT2216/LT2816 V24 Dialogue systems 1 official repository.

Theory:

Practice:

How to deploy your app

  1. Use SSH to login to eduserv.
  2. Create a folder in /srv/www/ with the same name as your gus-account, e.g. gusxxxxxx.
  3. Build your app: yarn build --base=gusxxxxxx, this will produce a dist directory with a few files in it. (More information can be found in Vite documentation).
  4. Copy the contents of this directory to your folder on the server:
    scp -r dist/* eduserv:/srv/www/gusxxxxxx/
        
  5. Access your app at https://eduserv.flov.gu.se:9000/gusxxxxxx (protected by password).