Greetings. When I installed Booktype, thinkgs seemed to work well. I was able to go on my site @0.0.0.0.0:8080. When I try to publish it gives me the error:
"Unknown error while trying to publish this book."
I went through the installation for Objavi and at the last point, when you tart it, I got the error: ./scripts/create_site /var/www/objavi + Trying to import Django... [OK] + Trying to import lxml... [OK] + Trying to import redis... [OK] + Trying to import djcelery... [OK] + Trying to import booki... [ERROR]
edit: I get to the last step and I never reach the POST_INSTALL
Ok, so let us assume (just an example) you downloaded Booktype source into /usr/local/src/Booktype/ directory. This is not where you have create Booktype site but where the source is downloaded from github.
In that case you should start that script above as:
If your server has public IP (where you are running Booktype) and is accessible from outside you could easily use objavi.booktype.pro (predefined configuration) for Objavi server.
When it comes to the installation, it was late when i was answering and I made a silly typo. It should not be Kof and Kog like i answered before. Let me try again :)
Well, you should have source for Objavi and Booktype at different locations. Something like:
The installation of Objavi requires some Python modules from Booktype. Use the "--with-booktype" command line parameter when invoking the "create_site" script to specify the location of Booktype sources.
yes. thanks for the comment. I changed the command to ./scripts/create_site --with-booktype=/Home/mybooktype/Booktype /var/www/objavi with the same error.
I realize that I need to change a line in "settings.py" because it's trying to go to the programmer's server to generate my book. I'd like to be able to change it to my objavi server. for some reason, I cant get Objavi to install on my computer.
So my question is this: would it be easier to install it on a shared server somewhere else and link it that way?