Sha256: 494cde1bddd7fa0f9465c5d7ef91becb112b703160fe0e12f98213ca138028e9

Contents?: true

Size: 1.46 KB

Versions: 11

Compression:

Stored size: 1.46 KB

Contents

# INSTALL

Install:

`gem install ayadn`  

Update:

`gem update ayadn`  

Uninstall:

`gem uninstall ayadn`  

## OS X, LINUX, BSD

Install Ayadn, authorize your account: done.

## RUBY

If you need to install Ruby it's better to use something like RVM or RBENV. You can of course use the Ruby shipped with your system but it will require root privileges and is not recommended.

## MIGRATE

The database format has changed between 1.x and 2.x: if you already have one or several authorized accounts, Ayadn will ask you to run the `migrate` command once per account. You only have to do this once.

You can also start with a fresh configuration: just delete your `~/ayadn` folder before authorizing a new user with Ayadn 2.x.

## WINDOWS

Ayadn also works on Windows because it's pure Ruby, but some Gems it depends upon require some effort to be installed with some Windows versions ("amalgalite", notably). And you will need an ANSI compatible console (ConEmu, Console2, etc) + Ruby 2.0.0 32bits via RubyInstaller and its DevKit (or a cygwin equivalent). 

## DEPENDENCIES

Ayadn depends upon these Gems:

        amalgalite
        fast_cache
        pinboard
        rainbow
        rest-client
        spotlite
        terminal-table
        thor
        tvdb_party
        unicode_utils
        daybreak

The "daybreak" dependency is only needed for 1.x to 2.x migrations. As this migration is optional and Ayadn 1.x is deprecated, this dependency will be removed in future versions.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ayadn-2.0.12 doc/02-install.md
ayadn-2.0.11 doc/02-install.md
ayadn-2.0.10 doc/02-install.md
ayadn-2.0.9 doc/02-install.md
ayadn-2.0.8 doc/02-install.md
ayadn-2.0.7 doc/02-install.md
ayadn-2.0.6 doc/02-install.md
ayadn-2.0.5 doc/02-install.md
ayadn-2.0.4 doc/02-install.md
ayadn-2.0.3 doc/02-install.md
ayadn-2.0.2 doc/02-install.md