impresscms-dev/Install ImpressCMS
GitHub action to install ImpressCMS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Site URL | no | http://localhost |
| database_type | Database type | no | pdo.mysql |
| database_host | Database host | no | 127.0.0.1 |
| database_user | Database user | yes | — |
| database_password | Database password | no | "" |
| database_name | Database name | no | icms |
| database_charset | Charset used for database | no | utf8 |
| database_collation | Collation used for database | no | utf8_general_ci |
| database_prefix | Prefix for each ImpressCMS database table | no | icms_${{ github.run_id }}_${{ github.run_attempt }} |
| database_port | Port that is used for database connection | no | 3306 |
| admin_name | Administrator name | no | icms |
| admin_login | Administrator login string | no | icms |
| admin_pass | Administrator password | no | icms |
| admin_email | Administrator email | no | noreply@impresscms.dev |
| language | Installation language | no | english |
| app_key | Application key. If not specified and your ImpressCMS version supports it, it will be generated automatically | no | "" |
| path | Where ImpressCMS is located? | no | . |
Outputs
| name | description |
|---|---|
| app_key | Generated application key |
| detected_impresscms_version | Detected ImpressCMS version in semver format |
| uses_composer | Returns if current ImpressCMS version uses Composer for package management |
| uses_phoenix | Returns if current ImpressCMS version uses Phoenix for migrations |