Giter Club home page Giter Club logo

devops--teamcity-vagrant's Introduction

TeamCity Vagrant

This is a Vagrant setup for creating a TeamCity server and build agents. It uses a shell script for provisioning.

Requirements

  1. Install in the host machine:
  1. Clone this repository.

The JDK, Apache Tomcat, TeamCity WAR file and MySQL JDBC driver are downloaded by the scripts and saved to the downloads directory.

By default Ubuntu 12.04 VMs are used for the server and agents, except agent03 which is configured to use a CentOS 6.4 VM. The nodes array in the Vagrantfile can be modified to change the OS used by any of the VMs. Both the server and agents can be run on either Ubuntu 12.04 or CentOS 6.4.

Starting the TeamCity server

To create the TeamCity server VM and start the server, run:

$ vagrant up teamcity

(Note: the first run may take up to 10 minutes).

To create and start a TeamCity build agent, run the following command after replacing vm-name with agent01, agent02 or agent03.

$ vagrant up [vm-name]

Accessing the TeamCity server

Once the server is started it can be accessed at the following URL: http://192.168.80.10:8111/teamcity. See the TeamCity Administrator's Guide for configuring the server.

Once one or more agents have been started they can be authorised from the Agents page in the web UI, http://192.168.80.10:8111/teamcity/agents.html.

devops--teamcity-vagrant's People

Contributors

rodm avatar miparnisari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.