Rob Kooper
Rob Kooper
From slack https://pecanproject.slack.com/archives/C8QSKFDG8/p1546336813005300?thread_ts=1546309635.005100&cid=C8QSKFDG8 : it is configured to send email using localhost. See https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration-for-gmail how to change it (see in same page for all variables you can set) Probably enough...
bety6 does not run docker, so this is something else. When did this happen?
Do you have an approximate date/time so I can look at the log files.
The other options is to have a special image that is the latest dump of the database that can be copied to the postgis image volume. There is no need...
I have less of an issue with this in the docker framework. I don't think you should let people access the docker container directly and execute code there. Can you...
experimented a bit with setting PG_PASSWORD variable but this breaks the create initial database. What seems to work, and should become more standard, is to do the initialize of the...
This more due to the fact that you only load half the database effectively.
is this related to #596 ?
hotfix will still end up being a release, but will usually only fix 1 specific issue that breaks current deployments and is something that you want to fix really quickly....
If you specify a model with no id, but with a type, and binary it is a valid way of describing the model for PEcAn to operate, however the model...