Giter Site home page Giter Site logo

now's Introduction

Tsuru Now

Yet another script to install tsuru and its dependencies on Ubuntu or Debian distros.

These are some goals for this project:

  • It should run without interaction and deliver a working environment;
  • It shouldn't be a problem to run the script multiple times on the same machine;
  • It should work on existing machines that might already have some components installed;
  • It should allow parameters to install a single role:
    • API node
    • Docker node
    • Load balancer node
  • A web UI to automatically run it on EC2 instances

Note: This scripts works only on Debian or Ubuntu distros, isn't supported to run on CentOS/RHEL.

Running

Running the command below should already create a working tsuru environment:

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash

Advanced Usage

With Tsuru Now, you can build your own tsuru cluster easily.

Building a cluster server

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash -s -- --template server

Building a client connected to the server

Assume the IP address of the cluster server is 10.42.42.1

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash -s -- --template client --host-ip 10.42.42.1

Building a docker node controlled by the server

Assume the IP address of the cluster server is 10.42.42.1

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash -s -- --template dockerfarm --host-ip 10.42.42.1

now's People

Contributors

aitherios avatar andrewsmedina avatar beeman avatar brodock avatar cezarsa avatar cloudxtreme avatar elsaico avatar ervilis avatar fsouza avatar ikkebr avatar jonaskac avatar joubertredrat avatar magnotorres avatar morpheu avatar philiptzou avatar robsonpeixoto avatar smilledge avatar tarsisazevedo avatar turicas avatar

Watchers

 avatar  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.