Objavi can generate ebooks but not pdfs. If I try to make a pdf it says:
Not Found The requested URL /data//tmp/1introducinggenealogyofspacegeopoliticsmappingcartographyphisicalandnonphisicalplaces2theaerospacepolicy- en-2013.04.02-01.28.03.pdfQ83ytj/body.html was not found on this server. Apache/2.2.22 (Ubuntu) Server at localhost Port 80
booktype generates all the books in the incorrect folder. It says "Your book has been generated at this url: http://localhost:80/data/books/fff-en-2013.04.02-01.31.20.pdf" but infact it's in /var/www/objavi_site. is there somewhere I can change that in the config documents?
I'd like to allow people to be able to connect to my install through my IP address. any help with that would be greatly appreciated
On Wed, Apr 3, 2013 at 3:07 AM, K.Obibini wrote: > https://wiki.sourcefabric.org/display/Booktype/Configuring+Apache > there is really no information here on getting Booktype public > >
If it is in that directory then check the settings.py for DATA_URL and DATA_ROOT. The PDF should be generated in the "data/books" subdir of /var/www/objavi_site, and not in /var/www/objavi_site itself.
Best way to do this is to run manage.py located in /var/www/objavi_site and do something like this: