From 8ff89a9dc450f42712e09b226327e86894881378 Mon Sep 17 00:00:00 2001 From: Gael Yvert <Gael.Yvert@ens-lyon.fr> Date: Wed, 22 Jun 2022 14:25:22 +0200 Subject: [PATCH] add short ToC in upgrading doc --- doc/admin/upgrading/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/admin/upgrading/README.md b/doc/admin/upgrading/README.md index 5578d31..6290183 100755 --- a/doc/admin/upgrading/README.md +++ b/doc/admin/upgrading/README.md @@ -2,7 +2,11 @@ # Upgrading instructions -## From v2.0.1 or later to latest-release +[From v2.0.1 or later]("Fromv2.0.1orlater) +[From v1.0.0 to v2.0.1]("Fromv1.0.0tov2.0.1) + + +## From v2.0.1 or later to latest-release <a name="Fromv2.0.1orlater"></a> All the steps below should be run at the root of your installation. Unless you installed your instance at a specific location, type: @@ -126,11 +130,12 @@ You also need now to re-initialize the BLAST database of `dna_features`, so that This step is only needed once. However, all your past entries of dnafeatures will appear black on your maps. To customize the colors you want, simply edit the `color` field of each dnafeature and then click on the button 'Update Plasmid Maps with these Features'. -## From v1.0.0 to v2.0.1 +## From v1.0.0 to v2.0.1 <a name="Fromv1.0.0tov2.0.1"></a> + Version v2 is **not** an upgrade of version v1 but was fully rewritten. Upgrading a v1 instance is therefore not straightfoward. However, it is totally do-able and we provide tools to help you achieve this process. -The first thing to do is to install a fresh instance of MyLabStocks that runs v2.0.1. Please see the steps above for the general guidelines. What is critical here in roder to have v2.0.1 installed is to change: +The first thing to do is to install a fresh instance of MyLabStocks that runs v2.0.1. Please see the steps above for the general guidelines. What is critical here in order to have v2.0.1 installed is to change: ```sh git clone https://gitbio.ens-lyon.fr/LBMC/gylab/mylabstocks.git git checkout latest-release -- GitLab