crowdcg / upmembership-project
This is our project template for Up Membership.
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.0.20
- crowdcg/upmembership: *
- cweagans/composer-patches: ~1.0
- drupal-composer/drupal-scaffold: ^2.0.1
- drupal/core: ^8.1
Requires (Dev)
- behat/behat: ^3.1
- behat/mink: ~1.7
- behat/mink-goutte-driver: ~1.2
- drupal/drupal-extension: ^3.2
- drush/drush: ~8.0
- jakoch/phantomjs-installer: 1.9.8
- jcalderonzumba/gastonjs: ~1.0.2
- jcalderonzumba/mink-phantomjs-driver: ~0.3.1
- mikey179/vfsstream: ~1.2
- phing/phing: ^2.14
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: 2.*
- symfony/css-selector: 2.8.*
This package is not auto-updated.
Last update: 2020-01-14 20:41:11 UTC
README
This is the distrapution for the Up Membership project.
To install project just fallow these steps.
- Install composer
- How too go to this website: https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
- Then run this command: $ composer create-project crowdcg/upmembership-project --stability dev --no-interaction
- Install drupal site.
- Go to the webpage of your drupal site/web to install
- Or use this drush command by cd into /web directory and typing in ../vendor/bin/drush site-install --db-url=mysql://{username}:{password}@localhost/{database}