Skip to content

Commit

Permalink
Updated the README file for running the archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanvoinea committed Jul 31, 2024
1 parent 777869e commit ebfa8ee
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pdb_dev/archive/README.md
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
```

0 comments on commit ebfa8ee

Please sign in to comment.