Update HOWTO authored by Martial Sankar's avatar Martial Sankar
...@@ -4,14 +4,6 @@ This project is a portfiolio of DH+ projects. It was built with VueJS and data i ...@@ -4,14 +4,6 @@ This project is a portfiolio of DH+ projects. It was built with VueJS and data i
This wiki page explain how to connect to the VM and make changes to e.g., update the publication or the news content. In addition the JSON format is described. This wiki page explain how to connect to the VM and make changes to e.g., update the publication or the news content. In addition the JSON format is described.
# To connect to the VM :
Open a shell, then type :
```
$ ssh <username>@www19.vital-it.ch
$ cd /var/vhosts/vital-it.ch/vital-dh/htdocs/
```
# To Make changes : # To Make changes :
...@@ -43,3 +35,12 @@ $ npm run build ...@@ -43,3 +35,12 @@ $ npm run build
$ scp -r dist/* <username>@www19:/var/vhosts/vital-it.ch/vital-dh/htdocs/ $ scp -r dist/* <username>@www19:/var/vhosts/vital-it.ch/vital-dh/htdocs/
``` ```
# To connect to the VM :
Open a shell, then type :
```
$ ssh <username>@www19.vital-it.ch
$ cd /var/vhosts/vital-it.ch/vital-dh/htdocs/
```