Sha256: 06aaa86b3ae04e81365b4b2ef4c6729c7c90cc2e04cc4f410c46b3a577bfc429
Contents?: true
Size: 857 Bytes
Versions: 3
Compression:
Stored size: 857 Bytes
Contents
# Ardtweeno MVP - Installation instructions The Ardtweeno system can be installed from https://rubygems.org/gems/ardtweeno through the _gem_ utility, or by checking out the codebase from the git repository on https://github.com/davidkirwan/ardtweeno and then building and installing the gem using the _rake install_ command. System gem dependencies can be installed using the _bundler install_ command from the git repository root directory. Tests can be run with the _rake test_ command from the root of the git repository. The tests may require the tty0tty null serial modem to have been compiled prior to the tests being executed. This system is bundled with the gem in the following directory: _tests/tty0tty/pts_. Enter the directory and compile the library with the _make_. To launch the system, simply type _foreman start -f Procfile -p <port>_
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ardtweeno-0.3.1 | INSTALL |
ardtweeno-0.3.0 | INSTALL |
ardtweeno-0.2.5 | INSTALL |