Steps to reproduce problems:
$ git clone https://github.com/cyberswat/drupal-lamp/
Update .drupal_lamp.json to be:
{
"mysql": {
"tunable": {
"max_allowed_packet": "16M",
"key_buffer_size": "32M",
"max_connect_errors": "1000",
"tmp_table_size": "32M",
"max_connections": "500",
"thread_cache_size": "50",
"table_open_cache": "512",
"innodb_flush_log_at_trx_commit": "0",
"innodb_file_per_table": "1",
"innodb_buffer_pool_size": "128M",
"innodb_flush_method": "O_DIRECT",
"sync_binlog": "0"
}
},
"drupal": {
"sites": {
"openatrium": {
"deploy": true,
"clean": true,
"releases": 1,
"files": "sites/default/files",
"settings": "sites/default/settings.php",
"repository": {
"uri": "https://github.com/waako/openatrium2.git",
"revision": "master"
},
"profile": "openatrium",
"install": {
"--clean-url": 1
}
}
}
}
}
Error returned:
WD php: Exception: Sorry, the profile you have chosen cannot be loaded. in install_load_profile() (line 1348 of /assets/openatrium/releases/20130829135447/includes/install.core.inc).
WD php: Warning: Cannot modify header information - headers already sent by (output started at /opt/drush/includes/output.inc:37) in drupal_send_headers() (line 1212 of /assets/openatrium/releases/20130829135447/includes/bootstrap.inc).