tripal/Setup Tripal
Setup a basic Tripal site.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| postgres_user | The user for your postgresql service. | yes | — |
| postgres_pass | The password for your postgresql user. | yes | — |
| postgres_db | The name of the database to install Tripal in. | yes | — |
| account_name | The name of the administrative user for your Drupal/Tripal site. | yes | tripaladmin |
| account_pass | The password for your Drupal/Tripal administrative user. | yes | somereallysecurepassword |
| tripal_version | The version of Tripal to download. | yes | 7.x-3.4 |
Outputs
| name | description |
|---|---|
| drush_path | The Path to the Drush Executable. |
| drupal_root | The Path to the Drupal installation. |