This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
documentation:software:atlas:setup [2017/10/17 16:32] anthonysena [ATLAS Installation] |
documentation:software:atlas:setup [2019/05/30 20:47] (current) anthonysena |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | ===== ATLAS Setup ===== | + | ===== IMPORTANT NOTE ===== |
| + | |||
| + | All ATLAS documentation has moved to [[https://github.com/OHDSI/ATLAS/wiki|GitHub]]. Please disregard the content below as it is legacy and kept for posterity. | ||
| + | |||
| + | ===== ATLAS Setup (LEGACY) ===== | ||
| The following sections detail the process for setting up Atlas and its dependencies. | The following sections detail the process for setting up Atlas and its dependencies. | ||
| Line 13: | Line 17: | ||
| To use the [[documentation:software:atlas:data-sources|Data Sources]] feature within ATLAS you must first [[documentation:software:achilles|setup and execute ACHILLES]] in your environment. Once you have successfully generated summary statistics, you are ready to configure ATLAS to use this information. | To use the [[documentation:software:atlas:data-sources|Data Sources]] feature within ATLAS you must first [[documentation:software:achilles|setup and execute ACHILLES]] in your environment. Once you have successfully generated summary statistics, you are ready to configure ATLAS to use this information. | ||
| + | **Please note**: If you utilized Achilles prior to v1.4, please refer to the article [[documentation:software:atlas:achilles_v_1_5|Achilles v1.5.0 Dependencies For WebAPI/Atlas]] as Atlas/WebAPI v2.2.0 will require some additions to the Achilles output. | ||
| ==== ATLAS Installation (V2.2.0 and later) ==== | ==== ATLAS Installation (V2.2.0 and later) ==== | ||
| Line 21: | Line 26: | ||
| http://<your_webserver>/atlas | http://<your_webserver>/atlas | ||
| - | Under the Atlas root folder, create the file /js/config-local.js to configure the application. Please note: the file /js/config-local.js is not included in the repository so that you may have environment-specific configuration. Config-local.js will override the settings found in /js/config.js as shown here: | + | Under the Atlas root folder, create the file /js/config-local.js to configure the application. **Please note: the file /js/config-local.js is __not__ included in the Atlas repository. This is by design so that you may have environment-specific configuration. ** Config-local.js will override the settings found in /js/config.js as shown here: |
| <code javascript> | <code javascript> | ||