Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. www-data@sd-server:~$ drupal about
  2.  
  3. Drupal Console (0.10.6) | Supports Drupal (8.0.2) | Drupal is not installed
  4. ===========================================================================
  5.  
  6. Copy configuration files to user home directory.
  7.  
  8. drupal init --override
  9.  
  10. Download, install and serve Drupal 8
  11.  
  12. drupal chain --file=~/.console/chain/quick-start.yml
  13.  
  14. Create a new Drupal project
  15.  
  16. drupal site:new drupal8.dev 8.0.2
  17.  
  18. Install a Drupal project
  19.  
  20. drupal site:install
  21.  
  22. Lists all available commands
  23.  
  24. drupal list
  25.  
  26. Update project to the latest version.
  27. -------------------------------------
  28.  
  29. drupal self-update
  30.  
  31. sd-admin@sd-server:~$ sudo drupal self-update
  32. Checking for updates from version: 0.10.6
  33. The latest version 0.10.6, was already installed on your system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement