Skip to content

dxpr/dxpr_simple

Repository files navigation

Installation (Browser)

$ 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.

About

Simple demo site that sets up Drupal 10 with DXPR Builder.

Resources

Stars

Watchers

Forks

Packages

No packages published