From 432e7b36bc05c763c60fdcc2d053ea3bc46f7867 Mon Sep 17 00:00:00 2001 From: Luca Pegolotti Date: Mon, 23 Oct 2023 15:23:30 -0700 Subject: [PATCH] Update README --- README | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README b/README index e7a04ba..5bab3b8 100644 --- a/README +++ b/README @@ -1,8 +1,12 @@ -Useful guides, links, comments: +* The Vascular Model Repository -- How to start local apache server for testing https://www.youtube.com/watch?v=78wFR5Rp_Mw +This repository implements the code for the Vascular Model Repository website (www.vascularmodel.com). The documentation can be found [here](https://simvascular.github.io/vascularmodel/index.html). -- commands to update https certificate on tetra - sudo certbot --apache - # restart apache server - systemctl restart apache2 +# Useful guides, links, comments: + +# - How to start local apache server for testing https://www.youtube.com/watch?v=78wFR5Rp_Mw + +# - commands to update https certificate on tetra +# sudo certbot --apache +# # restart apache server +# systemctl restart apache2