Skip to content

Commit

Permalink
Add work-around instructions for traditional install.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 31, 2024
1 parent 4886d78 commit c76403b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mkdocs/docs/install/composer-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,21 @@
!!! warning "Under Development"

This documentation is still being developed as this module is being upgraded.

This module should be download via composer; however, we don't yet have that setup.

In the meantime, you can install this module in an existing Drupal/Tripal site as follows:

1. Download the current module code to the appropriate place in your site. This can be done by replacing DRUPALROOT with the full path to your drupal site. For example, `/var/www/drupal/web`.
```
cd DRUPALROOT/modules/contrib
git clone https://github.com/tripal/tripal_blast
```
2. Enable the module in your site. This can be done on the command line via Drush or through the UI by going to Administration Toolbar > Extend and selecting the checkbox beside Tripal BLAST before clicking "Install".
```
drush en tripal_blast
```

!!! note "Process once Composer is available"

Once composer install is available, it will be as easy as following the composer instructions on your site to add Tripal BLAST to your composer.json without having composer download it since it is already there.

0 comments on commit c76403b

Please sign in to comment.