Code Monkey home page Code Monkey logo

carrier-io's Introduction

Carrier | Continuous test execution platform

Standalone Deployment on server with Docker Installed

Installing Carrier instance (web UI based, seems less reliable for now - see CLI method in the bottom of the page).

  1. Run the docker command

    docker run -it --rm -p 9999:9999 -v //var/run/docker.sock://var/run/docker.sock getcarrier/carrier-io:latest

  2. Open http://localhost:9999 in your browser

  3. Fill DNS and amount of worker slots you want be available on this server

    Mark all images you want to be seeded (Perfmeter, Perfgun, SAST and DAST)

    alt text

  4. Fill Grafana and Influx data in second screen

    Note: Leave Grafana and Influx URLs blank in case you need it filled

    alt text

  5. Review comfiguration and proceed with installation

    alt text

  6. Once installation is done you will see Installation complete ... message

Jenkins will is available at <public_dns>/jenkins (only in case you choose an option to install it)

Grafana will is available at <public_dns>/grafana (only in case you choose an option to install it)

Configuration of interceptor (scale unit)

As easy as export couple of vars and run a single container

export REDIS_PASSWORD=password
export CPU_CORES=`nproc --all`
export FULLHOST=<hostname of carrier>

docker run -d --rm -v /var/run/docker.sock:/var/run/docker.sock \
	   -e CPU_CORES=$CPU_CORES -e REDIS_PASSWORD=$REDIS_PASSWORD \
     -e REDIS_HOST=$FULLHOST getcarrier/interceptor:latest

Minimal System Requirements

Server CPU RAM HDD
carrier 4 16Gb 200Gb
interceptor 1 3Gb 20Gb

Uninstall Carrier

  1. Run the docker command

    docker run -it --rm -p 9999:9999 -v //var/run/docker.sock://var/run/docker.sock getcarrier/carrier-io:latest

  2. Open http://localhost:9999/uninstall in your browser

Installing Carrier instance from CLI.

If you are using AWS Amazon Linux 2 to try carrier.io out, just run following under root: https://github.com/dzavalei/carrier-io/blob/master/amazon2/install.sh

For Ubuntu and Centos there are corresponding subfolders in https://github.com/dzavalei/carrier-io/ folder.

carrier-io's People

Contributors

arozumenko avatar hunkom avatar zhenyaderyaka avatar

Stargazers

Rafael  avatar

Watchers

James Cloos 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.