Project demo for Take-two Interactive
- Vagrant via Puppet
- OS: Ubuntu host, CentOS 6 guest
- Provider vm: Virtualbox 4.1
-- Setup --
- clone this repository: git clone [email protected]:AndrewSimon/take2-vagrant - cd to the repo directory: cd take2-vagrant - set vagrant home to current directory: export VAGRANT_HOME=`pwd`
-- Create CentOS box --
- vagrant up
-- Check apache is up on your desired ports
- vagrant ssh
- wget http://localhost -O -
- wget http://localhost:81 -O -
-- Shut it down
- vagrant destroy
-- Note: please remove vagrant user, insecure key, and change root password if publicly accessible
Copyright 2014, Andrew Simon ([email protected])
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.