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