diff --git a/README.md b/README.md index 9487a0c5e54775c0495a32abc1f1a2a9eae7d59d..453370163c48aba9cd1c8bb2b7108cd55c603b2f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# AMRDC Data Visualizer Synthesis +# AMRDC Data Visualizer Embed Continued development of the [`amrdcdata-visualizer`][original-repo] web app by Matthew Noojin. -Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-synthesis/ +Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-embed/ [original-repo]: https://github.com/mnooj/amrdcdata-visualizer @@ -19,7 +19,7 @@ Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-synthesis/ Clone this repository to a directory outside of the Apache document root. -> On `amrc`, it's cloned to `~ograham/visualizer-synthesis/`. +> On `amrc`, it's cloned to `~ograham/visualizer-embed/`. #### Install virtual environment @@ -39,9 +39,9 @@ to the `htdocs` directory in this repository. The Apache configuration will have to allow such links outside of the document root, as well as all rules in `htdocs/.htaccess`. -> On `amrc`, the web path is `/ograham/visualizer-synthesis/` and the +> On `amrc`, the web path is `/ograham/visualizer-embed/` and the > document root is `/data/web/amrc/htdocs`, so the linking command is -> `ln -sT ~ograham/visualizer-synthesis/htdocs /data/web/amrc/htdocs/ograham/visualizer-synthesis`. +> `ln -sT ~ograham/visualizer-embed/htdocs /data/web/amrc/htdocs/ograham/visualizer-embed`. ### As a Heroku app