This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==============================================Basic Comands=============================================== | |
cat FILE Displays FILE's content (moves FILE content to standard output, | |
hence, if multiple files are specified, it concatenates them all) | |
__________________________________________________________________________________________________________ | |
cat > FILE Creates/overrides FILE's content with standard input | |
__________________________________________________________________________________________________________ | |
cd DIR Moves to DIR directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$docker exec drupalvm install-drupal | |
Downloading Drupal 8.x-dev | |
Installing drupal-composer/drupal-project (8.x-dev c1e2b6e6b32d51e75321d76c503714d8515e2420) | |
- Installing drupal-composer/drupal-project (8.x-dev c1e2b6e): Cloning c1e2b6e6b3 from cache | |
Created project in drupal | |
> DrupalProject\composer\ScriptHandler::checkComposerVersion | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Package operations: 129 installs, 0 updates, 0 removals |