Getting Started
Last updated
$ mkdir -p /opt/mobingi/alm-agent /opt/mobingi/etc
$ wget https://download.labs.mobingi.com/alm-agent/develop/current/alm-agent.tgz
$ tar xvzf alm-agent.tgz -C /opt/mobingi/alm-agent
$ ln -sf /opt/mobingi/alm-agent/v* /opt/mobingi/alm-agent/current$ git clone https://github.com/mobingi/alm-agent
$ cd alm-agent
$ vagrant up default
$ vagranth ssh default
vagrant $ cd /home/vagrant/src/github.com/mobingi/alm-agent/
vagrant $ make build$ alm-agent
NAME:
alm-agent
USAGE:
alm-agent [global options] command [command options] [arguments...]
VERSION:
v0.3.1504270893
COMMANDS:
register initialize alm-agent and start containers
ensure start or update containers
stop stop active container
noop run without container actions.
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--autoupdate, -U auto update before run
--disablereport, -N Do not send crash report to rollbar.
--provider Provider, -P Provider set Provider (default: "aws")
--verbose, -V show debug logs
--help, -h show help
--version, -v print the version