dxpr / dxpr_simple
Simple demo site with DXPR Builder no-code page builder.
Installs: 290
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- drupal/core: 10.0.x-dev
- drupal/default_content: ^2.0.0-alpha2
- drupal/dxpr_builder: ^2.0
- drupal/entity_browser: ^2.8
- drupal/inline_entity_form: ^1.0@RC
Requires (Dev)
- drupal/core-dev: ^10
- drupal/devel: ^5.0.0
- drush/drush: ^11
This package is auto-updated.
Last update: 2025-03-20 15:28:27 UTC
README
$ composer create-project dxpr/dxpr-simple-project:^10 PROJECT_DIR_NAME
- Open the project in your browser and follow installation instructions
Installation (Command line)
$ composer create-project --dev dxpr/dxpr-simple-project:^10 PROJECT_DIR_NAME
$ cd PROJECT_DIR_NAME
$ ./vendor/drush/drush/drush site-install --db-url=mysql://MYSQL_USER:MYSQL_PASSWORD@localhost:3306/DATABASE_NAME --account-pass=admin -y -v
- Open the project URL in your browser click the log in link (top right).
- Log in with admin:admin The above command installs DXPR Marketing CMS on Drupal 10. To use Drupal 9 replace ^10 with ^9 in the first command.