Project

mercadoni

0.0
No commit activity in last 3 years
No release in over 3 years
'This gem helps to deploy and see the logs of Mercadoni's servers'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0
 Project Readme

Mercadoni

This gem will help Mercadoni's developers.

Installation

Install it yourself as:

$ gem install mercadoni

Usage

Deploy a Mercadoni's APP:

  1. Ask for the AWS credentials (MERCADONI_AWS_KEY, MERCADONI_AWS_SECRET) which you must set up locally.

  2. Ask for the ssh private key that is used to loggin on Mercadoni's servers as app user.

  3. You must ensure that you're on master (production) or dev (development) branch before deploying. Then, you can execute the command shown below.

    $ mercadoni <app_name>

Possible app names:

Production Staging Development
client client-staging dev
client-live-v2 client-staging-v2 client-dev-v2
admin admin-staging dev
shopper shopper-staging dev
catalog catalog-staging dev
socket socket-staging dev
partner partner-staging dev
ed ed-staging ed-dev
bi (dev) bi-staging dev

** You can deploy multiple apps like this:

$ mercadoni <app_name> <app_name> <app_name>

See Mercadoni's APP logs:

  1. Ask for the ssh private key that is used to loggin on Mercadoni's servers as app user.

  2. Execute the command shown below

    $ mercadoni <app_name> --logs

License

The gem is available as open source under the terms of the MIT License.

Created by Sebastian Vizcaino