Results 1 to 6 of 6
  1. #1

    Question Code deployment solutions?

    Anyone know of a system to deploy code (securely) to a large number of servers? Need something to update code instantly.. must be an easy way to do this!

  2. #2
    Join Date
    May 2004
    Location
    Lansing, MI, USA
    Posts
    1,548
    SCP is your best friend...
    Jacob - WebOnce Technologies - 30 Day 100% Satisfaction Guarantee - Over 5 Years Going Strong!
    Website Hosting, PHP4&5, RoR, MySQL 5.0, Reseller Hosting, Development, and Designs
    Powered By JAM - Professional Website Development - PHP, MySQL, JavaScript, AJAX - Projects Small & Large

  3. #3
    Join Date
    Mar 2003
    Location
    California USA
    Posts
    13,681
    rsync over ssh <3
    Steven Ciaburri | Industry's Best Server Management - Rack911.com
    Software Auditing - 400+ Vulnerabilities Found - Quote @ https://www.RACK911Labs.com
    Fully Managed Dedicated Servers (Las Vegas, New York City, & Amsterdam) (AS62710)
    FreeBSD & Linux Server Management, Security Auditing, Server Optimization, PCI Compliance

  4. #4
    Join Date
    May 2004
    Location
    Lansing, MI, USA
    Posts
    1,548
    Originally posted by thelinuxguy
    rsync over ssh <3
    Fancy scp
    Jacob - WebOnce Technologies - 30 Day 100% Satisfaction Guarantee - Over 5 Years Going Strong!
    Website Hosting, PHP4&5, RoR, MySQL 5.0, Reseller Hosting, Development, and Designs
    Powered By JAM - Professional Website Development - PHP, MySQL, JavaScript, AJAX - Projects Small & Large

  5. #5
    The problem is doing it to a large number of servers, say for example 100 servers or more.. scp or rsync to 1 server at a time is a hassle.. and it has to be done from windows and linux desktops preferably. There must be a solution for this sort of thing.. at least I hope so.. can't imagine google does it 1 server at a time to 40k servers or whatever they have.

  6. #6
    Join Date
    May 2004
    Location
    Lansing, MI, USA
    Posts
    1,548
    Write a script to rsync Or serve the code base over NFS or similar so it's all located at one central area.
    Jacob - WebOnce Technologies - 30 Day 100% Satisfaction Guarantee - Over 5 Years Going Strong!
    Website Hosting, PHP4&5, RoR, MySQL 5.0, Reseller Hosting, Development, and Designs
    Powered By JAM - Professional Website Development - PHP, MySQL, JavaScript, AJAX - Projects Small & Large

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •