From 43a22326b51717931df30b15ebc554db6b7a806d Mon Sep 17 00:00:00 2001 From: Vitaly Voloshin Date: Fri, 14 Jul 2023 00:20:49 +0100 Subject: [PATCH] Added app deployment infrastructure and documentation --- .gitmodules | 3 +++ README.md | 2 +- deployment | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 deployment diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..5951bc22 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deployment"] + path = deployment + url = https://github.com/Pigrenok/GeneValidator_deploy.git diff --git a/README.md b/README.md index 307e312c..3df3cbf5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The path to a directory containing one or more blast databases is required - by genevalidator app --database_dir genevalidator/blast_db --num_threads 4 ``` -This will open the default browser at [http://localhost:5678](http://localhost:5678) +This will open the default browser at [http://localhost:5678](http://localhost:5678) This is suitable only for testing purposes and local use. If you want more production grade deployment, read [app deployment documentation](deployment/). Other GeneValidator subcommands include: diff --git a/deployment b/deployment new file mode 160000 index 00000000..804c5494 --- /dev/null +++ b/deployment @@ -0,0 +1 @@ +Subproject commit 804c549431b85427cf3eaffde8f8b1eaa9de45bf