From 9fb8970723c3d6c50fa875ec8561b2b37fcb0236 Mon Sep 17 00:00:00 2001 From: vand <vand@dtu.dk> Date: Mon, 21 Sep 2020 23:38:59 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d431a4e..765f722 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,12 @@ You might also need to force browser to load fresh content (instead of showing a while reloading. Check for your browser. ## Modifying -You need basic html, I like to use [w3schools/html](https://www.w3schools.com/html/default.asp). And basic css, also covered by [w3schools/css](https://www.w3schools.com/css/default.asp). Get familiar with [w3.css](https://www.w3schools.com/w3css/default.asp). Make sure you check your changes in different browsers, and from different platforms. +You need basic html, I like to use [w3schools/html](https://www.w3schools.com/html/default.asp). And basic css, also covered by [w3schools/css](https://www.w3schools.com/css/default.asp). Get familiar with [w3.css](https://www.w3schools.com/w3css/default.asp). Make sure you check your changes in different browsers, and (when live) from different platforms. + +## Publishing +Live version is here: [http://qim.compute.dtu.dk/data-repository/](http://qim.compute.dtu.dk/data-repository/)! To change the live version, update and add files at `/www/sites/qim.compute.dtu.dk/data-repository`. + +In command line, you can use ssh or sftp to connect to server `thinlinc.compute.dtu.dk` navigate to `/www/sites/qim.compute.dtu.dk/data-repository`. ## Content Some of the helping files are: -- GitLab