You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ If you need a copy of the database, but don't want to bother installing & runnin
9
9
Below you'll find an image that illustrates the different AACT databases and schemas, while briefly describing their purposes.
10
10

11
11
12
-
## Requireqments
12
+
## Requirements
13
13
14
14
- Install zip
15
15
- For mac `brew install zip`
@@ -29,10 +29,11 @@ Common for Core and Admin apps setting up problems/issues:
29
29
1. Ubuntu versions 22.04 and newer have no built-in openssl 1.1.1 and it causes problems with the installation of ruby versions older than 3.02 (information actual 6/20/2023).
30
30
2. Keep in mind that these 2 apps will interact with each other, the purpose of the Core app is for populating DB only. AACT-admin uses the same db as AACT-core. Do not try to "rails s" AACT-core.
31
31
3. In those 2 lines in the environment variables file:
For this option go to https://aact.ctti-clinicaltrials.org/snapshots and download a copy of the database. Unzip the snapshot folder and rename it to match the date of the snapshot it contains in a YYYYMMDD format (ex: 20250314_clinical_trials_ctgov).
190
+
The file path will likely look like: `~/Downloads/<unzipped_snapshot_folder>/postgres.dmp`
For this option go to https://aact.ctti-clinicaltrials.org/snapshots and copy the link for one of the database copies. Give this task the url you copied and it will download the file, unzip it, and use it to populate the database.
195
196
*Note: the rake tasks below take a very long time to run. You should not set full_featured to true if working locally.*
0 commit comments