errors trying to install booktype in digitalocean
  • 'm trying to install booktype via this tutorial
    https://www.digitalocean.com/community/tutorials/how-to-publish-books-with-booktype-on-debian-8

    I went through it with no errors, but when I go to the domain, im hit with a big error page. I don't know what to do now

    using

    512 MB
    Memory / 20 GB
    Disk / Debian 8.5 x64
    1210 x 811 - 158K
    Post edited by kofi at 2016-08-24 07:34:29
  • 3 Comments sorted by
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Kofi, my best guess is that you have some settings missing from
    base.py or dev.py, such as your database password. Please check over
    these files and let us know if that fixes the issue.
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Kofi, did you get the same result when using both the automated install and the above tutorial? The first thing to check is that in dev.py you have all three of the database parameters entered correctly, e.g:

    ```
    'NAME': 'booktype-db',
    'USER': 'booktype-user',
    'PASSWORD': 'booktype-password',
    ```
    If you still have no luck, let us know!
  • Yea I paid very close attention this time. same result. I also went online to pay some webdevelopers to do it and all failed. Here are some of the responses I got:

    "Unable to import unipath module"
    "Booktype, django, python are of different incompatable versions"
    "Missing python modules"