Welcome to LT2216/LT2816 V24 Dialogue systems 1 official repository.
Theory:
Practice:
- Exercise 1
- Lab I (see Canvas)
- Lab II
- Lab III
- Lab IV
- Lab V
- Use SSH to login to eduserv.
- Create a folder in
/srv/www/
with the same name as your gus-account, e.g.gusxxxxxx
. - Build your app:
yarn build --base=gusxxxxxx
, this will produce adist
directory with a few files in it. (More information can be found in Vite documentation). - Copy the contents of this directory to your folder on the server:
scp -r dist/* eduserv:/srv/www/gusxxxxxx/
- Access your app at https://eduserv.flov.gu.se:9000/gusxxxxxx (protected by password).