diff --git a/README.txt b/README.txt index b34afaa..98c63f1 100644 --- a/README.txt +++ b/README.txt @@ -7,4 +7,8 @@ Installation To build, navigate to the root of this repo and run: mkdocs build --clean +To deploy, run the following: + +`rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io` + Note that the readme has been renamed to README.txt to prevent github pages from considering it to be the index by default! diff --git a/docs/dci-troubleshooting.md b/docs/dci-troubleshooting.md index f92d7bb..ce966d8 100644 --- a/docs/dci-troubleshooting.md +++ b/docs/dci-troubleshooting.md @@ -4,5 +4,5 @@ [Let us know](https://datacontroller.io/contact/) if you experience an installation problem that is not described here! ## Internet Explorer - blank screen -If you have an older, or 'locked down' version of Internet Explorer you may get a blank / white screen when navigating to the Data Controller url. To fix this, click settings (cog icon in top right), *Compatibility View settings*, then **uncheck** *Display intranet sites in Compatibility view* as follows: +If you have an older, or 'locked down' version of Internet Explorer you may get a blank / white screen when navigating to the Data Controller url. To fix this, click settings (cog icon in top right), *Compatibility View settings*, and **uncheck** *Display intranet sites in Compatibility view* as follows: ![menu](img/dci-trouble1.png)