1 / 10

MCDevOps

MCDevOps. Infrastructure In One Hour. Sponsors. Improving Enterprises http://www.improvingenterprises.com Software Development and Training Services. Speaker. Alex Soncodi , Brokerloop Inc. Twitter: @ soncodi GitHub : http://github.com/ruff. Toolset on localhost. g it / msysGit

josh
Download Presentation

MCDevOps

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MCDevOps Infrastructure In One Hour

  2. Sponsors Improving Enterprises http://www.improvingenterprises.com Software Development and Training Services

  3. Speaker Alex Soncodi, Brokerloop Inc. Twitter: @soncodi GitHub: http://github.com/ruff

  4. Toolset on localhost git / msysGit TortoiseGit PuTTY Perforce p4Merge

  5. Setting up VM Login to EC2 Dashboard Create VM – Ubuntu Stable 11.10 AMI http://cloud-images.ubuntu.com/releases/11.10/release/ Associate IP and Security group

  6. Configure LAMP Install required packages sudo apt-get install php5 mysql-server php5-mysql git unzip sudo apt-get install htopbyobu Cleanup Apache config file Prod settings: Hide Apache Version, PHP header Enable Site, test in browser

  7. Create Git Repo Basic file structure Push to hosted service, like GitHub Add SSH keys where applicable

  8. Update Script Create site directory structure Run update script, pull current version View in browser

  9. Future Changesets Commit to Git Repo Pull from VM with update script .. profit?

  10. Overview What have we done? Other alternatives Microsoft stack Other Amazon Services Other cloud platforms

More Related