Danbooru on Ubuntu

Posted under General

hi guys, i have successfully installed danbooru on my domestic server with ubuntu, the site is working, but when i try to upload an image appears an error: Something broke. Either there's a bug or the database timed out. An email has been sent to the developers.

please i need help

thanks

Updated by user 329602

I think it's a problem with apache, the schema has been loaded correctly, db: migrate worked, job_task_processor_ctl.rb is started, forum working properly.

my apache httpd.conf

<VirtualHost *:80>
ServerName www.yourhost.com
DocumentRoot /var/www/danbooru/public
<Directory /var/www/danbooru/public>
AllowOverride all
</Directory>
</VirtualHost>

I noticed that, the uploaded images appear in /tmp/ with the name RackMultipart20100802-19539-0-jot4kl (for example... I do not know if it has importance)

anyone who gives me a hand please?

is really important

thanks for the reply

image resizer worked ok, sample directory was created, development.log only show the result of the rake db: migrate, i don't know if done correctly (it's my first time with RoR).

Anyway, it seems that the problem is the fact that the uploaded images, don't appear to the folder /var/www/danbooru/public/data/ at least i think

another thing, from INSTALL line 35: requiring that you only touch a file called "restart.txt" in your tmp directory.

i didn't create that file restart.txt, and what should I put in? is essential?

1