Sha256: 400fe0351bdc9234efb5e4ff2409c4936d33aef49221579a1faa632b24849d55

Contents?: true

Size: 990 Bytes

Versions: 2

Compression:

Stored size: 990 Bytes

Contents

Frequently Asked Questions
--------------------

## - `command not found: bundle`

You need to setup your server correctly [getting started](getting_started.md#step-0-configure-server), then install bundler.

    gem install bundler

## - ruby version not found, but is already installed

Mina is running in a non-interactive ssh mode. That means that your full profile will not be loaded:  ![ssh](http://capistranorb.com/images/BashStartupFiles1.png)

if you setup your server correctly and you are using a ruby environment manager please ensure that:
  - you are using a mina plugin for that manager or
  - the lines that load up your manager are at the top of your .bashrc file: http://stackoverflow.com/a/216204/1339894

## - Mina hangs after i type my password in

Mina assumes that you have set up the communication with your server though public/private keys, not password. If you want to use password you will have to change execution mode:

    set :execution_mode, :system

# WIP

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mina-1.0.0 docs/faq.md
mina-1.0.0.rc2 docs/faq.md