prograils / lit

rails i18n web interface
MIT License
298 stars 71 forks source link

Export in heroku #144

Closed sechix closed 5 years ago

sechix commented 5 years ago

I am trying to export lit.yml, give me ok but not create the exported file

jhovad commented 5 years ago

You can not write anything on heroku "harddrive", just only on S3 or something like that. And this gem is probably not supporting external storage. In your case I would copy database to my local machine and make export localy.

sechix commented 5 years ago

Yes i have already done that. Thanks for your support!