Skip to content

Commit

Permalink
Added app deployment infrastructure and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigrenok authored and IsmailM committed Feb 4, 2024
1 parent 978eb22 commit 43a2232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "deployment"]
path = deployment
url = https://github.com/Pigrenok/GeneValidator_deploy.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions deployment
Submodule deployment added at 804c54

0 comments on commit 43a2232

Please sign in to comment.