Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    How does BuildMaster integrate with Apache Web Server

    Scheduled Pinned Locked Moved Support
    buildmasterteamcity
    2 Posts 2 Posters 11 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      bravo41delta_2331
      last edited by

      Hello,
      How does BuildMaster integrate with Apache Web Server? Is there documentation regarding configuration of BuildMaster to operate with Apache Web Server?

      Also, is there documentation and tutorials regarding integrating with TeamCity build? I currently use TeamCity to build artifacts from my web source control. I am very interested to use BuildMaster to deploy my TeamCity artifacts.

      Thanks for your help and kind direction,
      Bret

      Product: BuildMaster
      Version: 6.1.4

      1 Reply Last reply Reply Quote 0
      • T Offline
        thoven
        last edited by

        Hi Bret,

        A tutorial for TeamCity is here: https://inedo.com/support/tutorials/buildmaster/teamcity/choosing-specific-artifact-from-teamcity

        Future note, the TeamCity tutorial may be moved to https://github.com/inedo/inedox-teamcity/wiki as part of a docs re-organization.

        As for controlling Apache, this is done through the httpd command, which can be executed with an Exec operation in your deployment plans, e.g.:

        # Deploy to Apache
        {
            Exec httpd -k stop;
        
            # deploy artifacts...
        
            Exec httpd -k start;
        }
        
        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • First post
          Last post
        Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation