Sha256: 0f305b57e2732e0e0a9e91e5dfa434bf61315c9aac535ca4a68b5e00639c793b

Contents?: true

Size: 767 Bytes

Versions: 8

Compression:

Stored size: 767 Bytes

Contents

# Installation

## Via RubyGems

This requires Ruby to be installed.

Install the library and command line as:

    $ gem install invoice_printer

Or the server version as:

    $ gem install invoice_printer_server

To have builtin fonts available install:

    $ gem install invoice_printer_fonts

### With Bundler

Add this line to your application's Gemfile:

```ruby
gem 'invoice_printer'
```

For the server:

```ruby
gem 'invoice_printer_server'
```

To have builtin fonts available add:

```ruby
gem 'invoice_printer_fonts'
```

And then execute:

    $ bundle

## Using Docker

InvoicePrinter Server is available as a Docker image.

This requires Docker to be installed and running.

To get it:

```bash
$ sudo docker pull strzibnyj/invoice_printer_server
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
invoice_printer-2.4.0 docs/INSTALLATION.md
invoice_printer-2.3.0 docs/INSTALLATION.md
invoice_printer-2.2.0 docs/INSTALLATION.md
invoice_printer-2.2.0.alpha1 docs/INSTALLATION.md
invoice_printer-2.1.0 docs/INSTALLATION.md
invoice_printer-2.1.0.rc1 docs/INSTALLATION.md
invoice_printer-2.0.0 docs/INSTALLATION.md
invoice_printer-2.0.0.beta3 docs/INSTALLATION.md