#Mesos - Marathon - Docker - cAdvisor
Vagrant script to build up a test environment with 1 Zookeeper, 1-n Mesos-Master, 1-n Mesos-Slave, and 1 Marathon node.
VirtualBox, version >= 4.3.12
#Mesos - Marathon - Docker - cAdvisor
Vagrant script to build up a test environment with 1 Zookeeper, 1-n Mesos-Master, 1-n Mesos-Slave, and 1 Marathon node.
VirtualBox, version >= 4.3.12
| REQUEST DESCRIPTION | |
| ======= | |
| GET\n | |
| \n | |
| \n | |
| Thu, 23 Aug 2012 19:49:18 GMT\n | |
| /riak-cs/user/TK9KAEBX201ERVTPCNB5 | |
| Authorization AWS UMVQPTUJB8WQ_UBQOKLU:XS5wwwKsqTM4EmC3ibvEMNVmlvM= | |
| Host localhost |
| #!/bin/sh | |
| ## The contents of this file are subject to the Mozilla Public License | |
| ## Version 1.1 (the "License"); you may not use this file except in | |
| ## compliance with the License. You may obtain a copy of the License | |
| ## at http://www.mozilla.org/MPL/ | |
| ## | |
| ## Software distributed under the License is distributed on an "AS IS" | |
| ## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | |
| ## the License for the specific language governing rights and | |
| ## limitations under the License. |
| #!/bin/sh | |
| # | |
| # rabbitmq-server RabbitMQ broker | |
| # | |
| # chkconfig: - 80 05 | |
| # description: Enable AMQP service provided by RabbitMQ | |
| # | |
| ### BEGIN INIT INFO | |
| # Provides: rabbitmq-server |
| #!/bin/sh | |
| ## The contents of this file are subject to the Mozilla Public License | |
| ## Version 1.1 (the "License"); you may not use this file except in | |
| ## compliance with the License. You may obtain a copy of the License | |
| ## at http://www.mozilla.org/MPL/ | |
| ## | |
| ## Software distributed under the License is distributed on an "AS IS" | |
| ## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | |
| ## the License for the specific language governing rights and | |
| ## limitations under the License. |
| #!/bin/sh | |
| ## The contents of this file are subject to the Mozilla Public License | |
| ## Version 1.1 (the "License"); you may not use this file except in | |
| ## compliance with the License. You may obtain a copy of the License | |
| ## at http://www.mozilla.org/MPL/ | |
| ## | |
| ## Software distributed under the License is distributed on an "AS IS" | |
| ## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | |
| ## the License for the specific language governing rights and | |
| ## limitations under the License. |
| #!/bin/bash | |
| # run with sudo | |
| yum -y upgrade | |
| yum -y install git | |
| yum -y install *openjdk-devel | |
| yum -y install tomcat6 | |
| yum -y install tomcat6-admin-webapps | |
| yum -y install gcc gcc-c++ make libxslt fop ncurses-devel openssl-devel unixODBC unixODBC-devel |
| #!/bin/bash | |
| # | |
| # This script installs and configures rabbitmq on a fresh Amazon Linux AMI instance. | |
| # Requires Erlang to be installed | |
| # | |
| export BUILD_DIR="$PWD" | |
| wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.7.1/rabbitmq-server-generic-unix-2.7.1.tar.gz |
| #!/bin/bash | |
| # | |
| # This script installs and configures couchdb on a fresh Amazon Linux AMI instance. | |
| # | |
| # Must be run with root privileges | |
| # Tested with Amazon Linux AMI release 2011.02.1.1 (ami-8c1fece5) | |
| # | |
| export BUILD_DIR="$PWD" |