Skip to content
Snippets Groups Projects
Verified Commit 3f97b251 authored by Owen Graham's avatar Owen Graham
Browse files

Change "synthesis" to "embed" in README

parent 5d5cef47
No related branches found
No related tags found
No related merge requests found
# AMRDC Data Visualizer Synthesis # AMRDC Data Visualizer Embed
Continued development of the [`amrdcdata-visualizer`][original-repo] web Continued development of the [`amrdcdata-visualizer`][original-repo] web
app by Matthew Noojin. 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 [original-repo]: https://github.com/mnooj/amrdcdata-visualizer
...@@ -19,7 +19,7 @@ Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-synthesis/ ...@@ -19,7 +19,7 @@ Demonstration: https://amrc.ssec.wisc.edu/ograham/visualizer-synthesis/
Clone this repository to a directory outside of the Apache document Clone this repository to a directory outside of the Apache document
root. root.
> On `amrc`, it's cloned to `~ograham/visualizer-synthesis/`. > On `amrc`, it's cloned to `~ograham/visualizer-embed/`.
#### Install virtual environment #### Install virtual environment
...@@ -39,9 +39,9 @@ to the `htdocs` directory in this repository. ...@@ -39,9 +39,9 @@ to the `htdocs` directory in this repository.
The Apache configuration will have to allow such links outside of the The Apache configuration will have to allow such links outside of the
document root, as well as all rules in `htdocs/.htaccess`. 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 > 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 ### As a Heroku app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment