From b1b66429b6fabfb944763eb2583a77a234e28398 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sat, 7 Dec 2019 00:19:49 -0500 Subject: [PATCH] docs: stub quick start page --- docs/latest/quick-start.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/latest/quick-start.md diff --git a/docs/latest/quick-start.md b/docs/latest/quick-start.md new file mode 100644 index 000000000..2d3430c0e --- /dev/null +++ b/docs/latest/quick-start.md @@ -0,0 +1,28 @@ +# Quick Start + +This page details how to get an instance of the OHIF Viewer up and running as +fast as possible. It shows how to grab a pre-built version of the application, +point it at your data source (PACS), and plop it on a web server. + +## Options + +### 1. Pre-built PWA + +... + +### 2. Script-Tag + +... + +### 3. Docker + +... + +## Security Concerns + +- Secure your data + +## Common Issues + +- Missing server rewrite rules +- CORS issues when requesting data from PACS