Sha256: fc6e084232fd2fb1d959a8d70c1805f510c4e1d2e3084ea16bedcaa152b5d3a4

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

Installation
============

Xolti is available on `RubyGems.org`, the Ruby community's gem hosting service. Assuming you have already installed Ruby, this makes Xolti fairly easy to install :

.. code-block:: bash

    gem install xolti

Once the installation completes, ``xolti`` is added to your ``$PATH``, so you can access it from everywhere.

Requirements
------------

In order to properly work, Xolti requires Ruby to be installed. It has been tested with Ruby >= 2.1, but probably works with slightly older versions too.
In addition, and as stated in its GemFile, Xolti requires Thor, a ruby gem used to easily create command line interfaces.

Building from sources
---------------------

You can also create the gem from the source files, using the following commands (assuming you are in the project root):

.. code-block:: bash

    gem build xolti.gemspec

You can then install it with :

.. code-block:: bash

    gem install xolti-[VERSION].gem

where [VERSION] must be replaced by the current version of Xolti.

Running the tests
~~~~~~~~~~~~~~~~~

Running the tests requires the gem ``test-unit``, and can be achieved with the command :

.. code-block:: bash

    ruby test/ts_suite.rb

Alternatively, if you have installed ``rake`` in addition to ``test-unit``, you can use the command :

.. code-block:: bash

	rake test

.. _`RubyGems.org`:     https://rubygems.org/gems/xolti

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xolti-0.2.0 docs/installation.rst