Hi Developers! Many of you are looking for samples on how to work with InterSystems IRIS Analytics, formerly known as DeepSee. There is a [Samples BI](https://github.com/intersystems/Samples-BI) module with Patients and Holefoods examples which is available on Github with source code. The installation steps are clear but take time.  [Recently we added the option](https://community.intersystems.com/post/using-objectscript-package-manager-intersystems-iris-and-iris-health-docker-containers) to run IRIS Community Edition containers with ObjectScript Package Manager (ZPM) on board. This simplifies the installation to the "run-one-command" step for the modules submitted to [ZPM Community Registry](https://pm.community.intersystems.com/packages/-/all). And thus we can benefit the Samples BI installation with ZPM. And here is how you can run it on your laptop.  Let's go! 0. Make sure you have [Docker Desktop](https://www.docker.com/products/docker-desktop) installed. 1. Run container: For InterSystems IRIS with ZPM: docker run --name irisce -d --publish 52773:52773 intersystemsdc/iris-community:2019.4.0.383.0-zpm or for InterSystems IRIS for Health with ZPM: docker run --name irisce -d --publish 52773:52773 intersystemsdc/irishealth-community:2019.4.0.383.0-zpm 2. Open IRIS Terminal and install samples-bi module: $ docker exec -it irisce iris session iris Node: c6e0f00b8d42, Instance: IRIS USER>zpm zpm: USER>install samples-bi [samples-bi] Reload START [samples-bi] Reload SUCCESS [samples-bi] Module object refreshed. [samples-bi] Validate START [samples-bi] Validate SUCCESS [samples-bi] Compile START [samples-bi] Compile SUCCESS [samples-bi] Activate START 2,187 row(s) created Building cube [HOLEFOODS] ... Complete Elapsed time: 0.009120s Source expression time: 0.000307s Defining term list Patients Pivots... Defining term list Patients RowSpecs... Defining YEAR pivot variable in PATIENTS cube [samples-bi] Configure SUCCESS [samples-bi] Activate SUCCESS 3. Open Samples BI Dashboards in browser: http://localhost:52773/csp/user/_DeepSee.UserPortal.Home.zen?$NAMESPACE=USER Hereafter you change the default password for _SYSTEM you will see something like that: ![](/sites/default/files/inline/images/images/screenshot_2020-01-18_18_38_59.png)   4. You also  can install [DeepSeeWeb](https://openexchange.intersystems.com/package/DeepSeeWeb) on top with the following command:
zpm:USER>install dsw
And browse Samples-BI dashboards with DeepSeeWeb. E.g. open All charts dashboard:  ![](/sites/default/files/inline/images/images/screenshot_2020-01-18_18_41_47.png) [Learn more on DeepSeeWeb](https://community.intersystems.com/post/deepsee-web-intersystems-analytics-visualization-angularjs-part-1). Stay Tuned!