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
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
Dominik Sander
0e4c9be723
First version of the manual deployment guide
2015-08-19 00:13:44 +02:00
Akinori MUSHA
002436fcb0
Change deprecated File.exists?
to File.exist?
.
...
Pointed out in #595 .
2014-10-28 10:45:27 +09:00
Andrew Cantino
041c57b7d0
update example
2014-01-01 13:15:28 -08:00
Andrew Cantino
2a427902d3
update to ruby 2.0 in example deployment file
2013-11-23 21:25:54 -08:00
Andrew Cantino
aa8cea24de
updated deployment with branch
2013-11-06 23:46:44 -08:00
Andrew Cantino
3184510932
bug fixes
2013-04-07 14:53:54 -07:00
Andrew Cantino
d5164ad56b
work in progress
2013-04-07 14:19:21 -07:00
Andrew Cantino
24049c2c1d
make more things configurable with .env and pull out deployment defaults
2013-03-31 22:08:54 -07:00