summaryrefslogtreecommitdiff
path: root/README.md
blob: ce3e52c1c3fbafc7d8f335dc6a119e38d062838f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
nano-lazar
==========

  nano-lazar for [eNanoMapper](http://www.enanomapper.net/) project.

Dependencies
------------

  nano-lazar depends on a couple of external programs and libraries. All required libraries will be installed with the `gem install nano-lazar` or `bundle install` command. The output should give you more verbose information that can help in debugging (e.g. to identify missing libraries). 

Installation
------------  
  
  ```
  gem install nano-lazar
  ```

  or

  ```
  git clone https://github.com/enanomapper/nano-lazar.git
  cd nano-lazar
  bundle install
  ```

Service
-------

  ```
  nano-lazar-start
  nano-lazar-stop
  ```

  or

  ```
  cd nano-lazar
  unicorn -D
  ```

Browser
-------
  Point your browser to `localhost:8080` (default) or any other port passed within the unicorn start command.

Documentation
-------------
  * [API documentation](http://rdoc.info/gems/nano-lazar)

Copyright
---------

  Copyright (c) 2009-2016 Christoph Helma, Micha Rautenberg, Denis Gebele. See LICENSE for details.