Sha256: 02b1771e45b857b93dd3822fed46c81cae768ddb1c6888118204b764a0e4320f

Contents?: true

Size: 1.56 KB

Versions: 1

Compression:

Stored size: 1.56 KB

Contents

<% chapter "Setup" do %>
  <% section "Requirements" do %>
    Your system needs the following software to run **tsung\_stats\_server**.

    | Software                        | Description               | Notes                                        |
    | --------                        | -----------               | -----                                        |
    | [Ruby](http://ruby-lang.org)    | Ruby language interpreter | Version 1.8.6 is required.                   |
    | [RubyGems](http://rubygems.org) | Ruby packaging system     | Version 1.3.1 is required.                   |
    | [Sinatra](http://www.sinatrarb.com) | The Sinatra web framework     | Version 0.9.x is required.                   |
    | [Rubyzip](http://rubyzip.sourceforge.net/ ) | Zip file library     | Version 0.9.7 is required.                   |
    | [Inochi](http://snk.tuxfamily.org/lib/inochi) | Inochi      | Version 0.3.0 is required.                   |
    | [Tsung](http://tsung.erlang-projects.org/) | Tsung          | Version 1.3.0 is required.                   |
  <% end %>

  <% section "Installation" do %>
    You can install **Tsung Stats Server** by running this command:

        gem install -f <%= $program %>

    To check whether the installation was sucessful, run this command:

        <%= $program %> --version

    If the installation was successful, you will see output like this:

    <pre><%= verbatim `ruby bin/#{$program} --version` %></pre>

    If you do not see such output, you may
    <%= xref "License", "ask the author(s)" %> for help.
  <% end %>

 
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tsung_stats_server-0.0.1 doc/setup.erb