huginn/doc
Sebastian Kippe a7f3a75277 Improve Capistrano configuration (#2045)
* Support custom SSH port for Capistrano deploys

This allows cap deploy to connect to servers using a non-standard SSH
port.

* Unify Capistrano environment variables

BRANCH is the only variable that is used for Capistrano, but not
prefixed with `CAPISTRANO_DEPLOY`. This adds the prefix, so that all
cap deploy configuration uses the same naming scheme.

* Fall back to old BRANCH env var if new one doesn't exist

* Update Capistrano doc

Use new branch configuration variable name
2017-07-01 16:13:03 -04:00
..
deployment Update ruby 2.3.3 to 2.3.4 and 2.4.0 to 2.4.1 2017-05-28 01:08:26 +09:00
docker Fix broken link in docker readme and add information about single-process image 2016-01-27 16:57:15 +01:00
heroku add another method to ping yourself from huginn (#1970) 2017-04-19 19:23:18 +12:00
imgs more README 2013-03-10 00:07:27 -08:00
manual Improve Capistrano configuration (#2045) 2017-07-01 16:13:03 -04:00
README.md Update documentation 2016-10-09 13:18:07 +02:00

Documentation

Installation and upgrading

Manual installation

Manual installation instructions which will guide through the steps to install Huginn on any Ubuntu 12.04/14.04/16.04 or Debian 6/7 server.

  • Install Requirements, directory structures and installation from source.
  • Update Update your installation.
  • Deploy updates via Capistrano.

Heroku