Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
24
box/example.drupal.make.yml
Normal file
24
box/example.drupal.make.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
api: 2
|
||||
|
||||
# Basic Drush Make file for Drupal. Be sure to update the drupal_major_version
|
||||
# variable inside config.yml if you change the major version in this file.
|
||||
|
||||
# Drupal core (major version, e.g. 6.x, 7.x, 8.x).
|
||||
core: "8.x"
|
||||
|
||||
projects:
|
||||
|
||||
# Core.
|
||||
drupal:
|
||||
version: "8.4.0"
|
||||
# Use this if you need a working git repository of Drupal core instead of
|
||||
# the latest stable.
|
||||
# type: "core"
|
||||
# download:
|
||||
# # Drupal core branch (e.g. "6.x", "7.x", "8.3.x", "8.5.x").
|
||||
# branch: "8.4.x"
|
||||
# working-copy: true
|
||||
|
||||
# Other modules.
|
||||
devel: "1.x-dev"
|
Loading…
Add table
Add a link
Reference in a new issue