Thomas Rohlik
c615b59eca
Updated link to Kitematic
2018-10-31 18:21:38 +01:00
Dominik Sander
c4c5e94d6a
Upgrade rubies to their latest patch release
...
We use Ruby 2.5.1 for the manual installation guide and the docker
containers and run the specs on the latest 2.5,2.4,2.3 and 2.2 patch
releases.
Fixes #2210
2018-08-07 09:51:02 +02:00
Dominik Sander
e23498ebbd
Update ruby to 2.5 in manual installation guide and in docker containers
2018-02-10 11:46:39 +01:00
Akinori MUSHA
1f79e06ca3
Update rubies
...
2.4.2, 2.3.5 and 2.2.8 are out.
Specifying "2.4" and "2.3" still does not work on Travis. 😞
2017-09-20 14:23:13 +09:00
Akinori MUSHA
4a92862c86
Merge branch 'master' into patch-1
2017-09-16 18:28:22 +09:00
stritti
96513848a2
add force_stop
...
see: https://github.com/huginn/huginn/issues/1988
2017-09-05 23:38:58 +02:00
Akinori MUSHA
30a4a67a0f
Replace references to https://github.com/cantino/huginn with huginn/huginn
2017-09-01 18:56:10 +09:00
Andrew Woodward
9db64ee91b
Update install.md
...
update container location to `huginn/huginn` so that new users don't get warnings
2017-07-18 13:32:23 -07:00
Mirclus
7bb715483b
MySQL
2017-07-07 21:17:41 +02:00
Mirclus
3786e74c43
OpenSSL 1.0
2017-07-06 20:32:53 +02:00
Mirclus
194eb4790f
Add runit-information for Debian Stretch
2017-07-01 23:46:45 +02:00
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
Akinori MUSHA
baa4001dc1
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
Akinori MUSHA
58882dee83
Upgrade ruby 2.3.1 to 2.3.3
2017-05-28 01:01:30 +09:00
David Bahar
e4e246aadf
Update Ruby version in instructions
2017-05-23 22:50:41 -04:00
SoonKhen OwYong
37a70f62a7
add another method to ping yourself from huginn ( #1970 )
...
I have tested this from my sk-huginn.herokuapp.com instance and it seems to work
2017-04-19 19:23:18 +12:00
Andrew Cantino
4eb9f8df05
Update install.md
2017-04-05 16:55:38 -04:00
Alex Jordan
f2d9255085
Remove some empty documentation files
2017-03-07 11:12:54 -05:00
Dominik Sander
b0ae9581d2
Update documentation
...
Ruby > 2.2 is now required
Manual installation guide works on Ubuntu 16.04
Remove obsolete `string-scrub` gem
2016-10-09 13:18:07 +02:00
Evert Semeijn
fc12f604d1
storage_engine removed since 5.7.5 replaced by default_storage_engine and small typo in numbering sections
2016-09-14 10:37:08 +02:00
Dominik Sander
be1e15a0b4
Add re-export note to configuration section ( #1485 )
...
#1476
2016-05-12 09:04:14 +02:00
Irfan Charania
59ddeb40d4
Update installation.md
...
Update Ruby version to 2.3.0 (latest stable)
2016-03-25 13:06:21 -07:00
Dominik Sander
9468550c88
Add db:migrate command to heroku update docs
2016-03-20 22:58:42 +01:00
Dominik Sander
924a861105
Remove db/schema.rb checkout from manual installation update guide
2016-03-20 22:58:00 +01:00
Dominik Sander
fad4a44ec4
Incorporate @somadona's feedback on how to modify the Procfile
2016-03-06 16:52:51 +01:00
Dominik Sander
302221af4a
Clarify the usage of SEED_USERNAME and SEED_PASSWORD when seeding the database
2016-03-06 16:46:30 +01:00
Ryan Victory
c6dae618f3
Add missing package and fix default password
...
Added the "rack" package to the initial install (on Ubuntu 14.04 it's required) and unified the default password for logging in post install.
2016-03-06 16:34:11 +01:00
Todd Vierling
a2d4d6a484
fix minor typo (Ubuntu)
2016-02-17 22:01:52 -05:00
Justin R. Porter
6a010d44f5
Replace 'sudo rake' -> 'sudo bundle exec rake'.
2016-02-08 22:48:45 -06:00
Justin R. Porter
7d3977cc48
Update update.md
...
Swap `sudo rake` for `sudo bundle exec rake` in update.md.
2016-02-08 19:29:03 -06:00
Justin R. Porter
e77d83cdc8
Update installation.md
...
change second `sudo rake` to `sudo bundle exec rake`
2016-02-08 19:25:46 -06:00
Justin R. Porter
fd1f4153d1
Update installation.md
...
Add `bundle exec` to `rake production:export` command.
2016-02-08 18:41:02 -06:00
Dominik Sander
351d4817b1
Fix heroku documentation
...
Since #1040 .env.example needs to be copied to .env before bundling
2016-02-02 17:59:22 +01:00
Dominik Sander
890ed08d0b
Fix broken link in docker readme and add information about single-process image
2016-01-27 16:57:15 +01:00
Dominik Sander
9c16b0fb51
Allow usage of PostgreSQL without exporting ON_HEROKU
...
Vendorizing the dotenv gem allows access to the `.env` configuration
in the `Gemfile`
Manual installation: Configure before installing gems
2015-12-04 21:31:45 +01:00
Andrew Cantino
fdd4673172
Fix #1078
2015-10-13 21:22:01 -07:00
Andrew Cantino
086c104801
Update install.md
2015-08-31 18:40:28 -07:00
Andrew Cantino
54be05e297
Update install.md
2015-08-31 07:57:05 -07:00
Andrew Cantino
012b6a5aad
Update install.md
2015-08-31 07:55:44 -07:00
Dominik Sander
1361c5693b
Moved deployment configuration files and changed the repository
...
Update ruby to 2.2.3
2015-08-19 22:12:50 +02:00
Dominik Sander
97ceff62b3
Add troubleshooting section and firewall recommendation
2015-08-19 00:14:04 +02:00
Dominik Sander
2a5a8016d0
Incorporate feedback
2015-08-19 00:14:04 +02:00
Dominik Sander
e5bc34568e
Update heroku docs to reflect changes on the wiki
2015-08-19 00:14:04 +02:00
Dominik Sander
a16fb09fa6
Add capistrano 3 and documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
cec02c1bd6
Use runit instead of upstart as init system
2015-08-19 00:13:45 +02:00
Dominik Sander
f815b1bdc7
Moved heroku documentation and restructured directories
2015-08-19 00:13:45 +02:00
Dominik Sander
79300615f9
Add docker documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
82566130b6
Document how to run additional delayed job workers
2015-08-19 00:13:45 +02:00
Dominik Sander
35f9bc419a
Add update documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
3133e08e5d
Add section about utf8mb4 database encoding
2015-08-19 00:13:45 +02:00