Git Product home page Git Product logo

AerisCloud

Getting Started | Full Documentation | Releases | Issues

AerisCloud is a tool that gives application developers development environments that are identical to the production servers, and gives system administrators a way to organize their infrastructure as it is growing in size.

Installation

Read the instructions in the Getting Started page from the documentation.

Usage

bash

Please note, that to make the following commands to work, you need to set up an organization as described in the Organization documentation page.

For developers:

# Create a new project
aeris init foo

# Start VMs
aeris up

# Stop VMs
aeris halt

Read the full documentation in the Getting Started page from the documentation.

For server operators:

# Provision production servers for projectA
cloud provision my-org/production my-org/projectA

# Execute a job
cloud job my-org/role-name/job-name my-org/projectA --limit="group-name" \
                                                    --extra-vars="aws_access_key=xxx" \
                                                    --extra-vars="aws_secret_key=xxx"

Read the full documentation in the server operators Getting Started page from the documentation.

Why should I use AerisCloud?

  • As a developer, you will have an easy method to define the environment in which your application will run in, and other developers will be able to easily replicate the same environment.
  • As a server operator, it will help you to organize your inventories and playbooks in one place. The CLI will be easier to understand as you will only have to provide the names of the playbook and inventory to use, instead of whole paths, options and arguments of ansible-playbook.
  • The ansible playbooks are shared among development and production environments.

Contributing

See the contributing guide in the documentation.

AerisCloud's Projects

aeriscloud icon aeriscloud

Integrated local development and production management

ansible-avahi icon ansible-avahi

Ansible role for installing avahi-daemon and the avahi libraries on a server.

ansible-disk icon ansible-disk

Format extra disks and attach them to different mount points.

ansible-fakesqs icon ansible-fakesqs

Allow developers to develop locally applications which will be using SQS on AWS.

ansible-python icon ansible-python

Installs python 2.x on your system, also takes care of installing easy_install, pip and virtualenv, as well as custom python packages.

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.