-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the README file for running the archive.
- Loading branch information
serbanvoinea
committed
Jul 31, 2024
1 parent
777869e
commit ebfa8ee
Showing
1 changed file
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
# Running the archive on the Ubuntu dev instance for the dev catalog 99 | ||
|
||
Get the `pdb_archive_dev.sh` script from the github repository (`scripts/cron/crontab/pdb_archive_dev.sh`). | ||
|
||
As `ubuntu` user, run: | ||
|
||
``` | ||
sudo pdb_archive_dev.sh | ||
sudo /home/isrddev/protein-database/scripts/cron/crontab/pdb_archive_dev.sh | ||
``` | ||
|
||
# Running the archive on the Ubuntu dev instance for the staging catalog 50 | ||
|
||
Get the `pdb_archive_staging.sh` script from the github repository (`scripts/cron/crontab/pdb_archive_staging.sh`). | ||
|
||
As `ubuntu` user, run: | ||
|
||
``` | ||
sudo pdb_archive_staging.sh | ||
sudo /home/isrddev/protein-database/scripts/cron/crontab/pdb_archive_staging.sh | ||
``` | ||
|
||
# Running the archive on the Ubuntu production instance for the production catalog 1 | ||
|
||
Get the `pdb_archive_dev.sh` script from the github repository (`scripts/cron/crontab/pdb_archive_production.sh`). | ||
|
||
As `ubuntu` user, run: | ||
|
||
``` | ||
sudo pdb_archive_production.sh | ||
sudo /home/isrddev/protein-database/scripts/cron/crontab/pdb_archive_production.sh | ||
``` | ||
|