On 3/5/16 9:58 PM, Pranav Sharma wrote:
> When exporting a wiki, or blog, the flash message says it would send a link
> to download. But the terminal/ command line has no link or email, like the
> one which is used for signup and verification of new account. How to
> download the prepared wiki?
> 

Hm, it should.  The code is in allura/Allura/allura/tasks/export_tasks.py  At
the end of the `def process` method it sends a mail.  Maybe it errors out?
Check the taskd logs, or visit localhost/nf/admin/task_manager and find the 
task.

Once you get the email working though, I know it won't be very helpful.  That is
because Allura itself doesn't provide a way to access the file.  The server
needs sftp or ssh or something like that configured separately.  So the
instructions in the email are configurable (setting
"bulk_export_download_instructions") and don't say anything helpful.  The good
news is that since you're running Allura you can just access the file directly.
 It will be saved within the folder specified by the "bulk_export_path" setting.


-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
              <><

Reply via email to