Git Product home page Git Product logo

engineyard-wakeup's Introduction

Engineyard::Wakeup

Boot and stop existing environment on Engine Yard Cloud. This gem click Boot/Stop button through Capybara.

Boot command require all needed parameters on the procedure.

Installation

$ gem install engineyard

Usage

Boot stopped environment

$ ey environments -a=todo
your-account/todo
    testenv                       [ production ]  (stopped)
$ ./bin/ey-wakeup boot -e=testenv \
-ip=54.83.57.226 \
-apps=2 \
-apps-size=m3_medium \
-app-snapshot=latest \
-db-size=m3_medium \
-db-snapshot=latest \
-db-volume=5 \
-db-iopos=500 \
-slave0=slavedbname \
-slave0-size=m3_medium \
-slave0-volume=5 \
-utility0=utilname \
-utility0-size=m3_medium \
-utility0-volume=5 \
-utility0-iops=500 \
-username=myuser
-password=mypass
$ ey environments -a=todo
your-account/todo
    testenv                       [ production ]  5 instances

Stop running environment

$ ./bin/ey-wakeup stop -e=testenv -username=myuser -password=mypass
$ ey environments -a=todo
your-account/todo
    testenv                       [ production ]  (stopped)

engineyard-wakeup's People

Contributors

yandod avatar

Watchers

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