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
33
box/composer.json
Normal file
33
box/composer.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "geerlingguy/drupal-vm",
|
||||
"type": "vm",
|
||||
"description": "A VM for local Drupal development, built with Vagrant + Ansible",
|
||||
"keywords": ["vagrant", "vm", "virtual machine", "drupal"],
|
||||
"homepage": "https://www.drupalvm.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jeff Geerling",
|
||||
"homepage": "http://www.jeffgeerling.com"
|
||||
},
|
||||
{
|
||||
"name": "Oskar Schöldström",
|
||||
"homepage": "http://oxy.fi"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/geerlingguy/drupal-vm/issues",
|
||||
"source": "https://github.com/geerlingguy/drupal-vm",
|
||||
"docs": "http://docs.drupalvm.com"
|
||||
},
|
||||
"require": {},
|
||||
"config": {
|
||||
"process-timeout": 1800
|
||||
},
|
||||
"scripts": {
|
||||
"run-tests": "./tests/run-tests.sh",
|
||||
"docker-bake": "./provisioning/docker/bake.sh",
|
||||
"docker-save-image": "./provisioning/docker/save-image.sh",
|
||||
"docker-load-image": "./provisioning/docker/load-image.sh"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue