Go to file
2011-10-28 16:22:33 -04:00
app fixed stylign for flash previews 2011-10-28 16:22:33 -04:00
config updated mod queue 2011-10-26 18:16:29 -04:00
db spoiler tags are now inline 2011-10-24 13:49:45 -04:00
lib refactored resizer to use imagemagick, fixed some tests 2011-09-16 12:38:56 -04:00
public added maintenance file 2011-08-30 10:25:17 -04:00
script * Renamed moderator/post/dashboard to moderator/post/queue 2011-10-26 18:00:48 -04:00
test ban fixes 2011-10-27 19:35:43 -04:00
tmp added approval step for aliases/implications 2011-10-23 18:50:18 -04:00
vendor fix problem with negative heights on flash files 2011-10-23 15:27:02 -04:00
.gitignore Added vim .swp files to the gitignore and 2011-09-02 18:19:15 -07:00
Capfile added capistrano scripts 2011-08-22 17:19:25 -04:00
config.ru added user test, basic user methods 2010-02-06 16:48:40 -05:00
danbooru.struct.sql fixed styling for mod dash 2011-10-15 02:27:19 -04:00
Gemfile fixes #118: flash uploads are broken 2011-10-14 18:02:11 -04:00
Gemfile.lock fixes #118: flash uploads are broken 2011-10-14 18:02:11 -04:00
INSTALL.debian fixed stylign for flash previews 2011-10-28 16:22:33 -04:00
Rakefile sync 2010-08-18 18:42:33 -04:00
README updated readme 2011-10-05 17:53:43 -04:00
TODO stubbed in blank controllers/helpers/functional tests 2010-03-10 18:21:43 -05:00

=== Installation

It is recommended that you install Danbooru on a Debian-based system
since most of the required packages are available on APT.  Danbooru
has been successfully installed on Fedora, CentOS, FreeBSD, and OS X.
The INSTALL.debian install script is straightforward and should be
simple to adapt for other platforms.  If you want something similar to
Danbooru that is easier to install, try Shimmie
(http://trac.shishnet.org/shimmie2). Shimmie uses PHP and MySQL and
should be straightforward to install on most hosts.

For best performance, you will need at least 256MB of RAM for
PostgreSQL and Rails. The memory requirement will grow as your
database gets bigger.

Use your operating system's package management system whenever
possible.  This will simplify the process of installing init scripts,
which will not always happen when compiling from source.

=== Troubleshooting

These instructions won't work for everyone. If your setup is not
working, here are the steps I usually recommend to people:

1) Test the database. Make sure you can connect to it using psql. Make
sure the tables exist. If this fails, you need to work on correctly
installing PostgreSQL, importing the initial schema, and running the
migrations.

2) Test the Rails database connection by using rails console. Run
Post.count to make sure Rails can connect to the database. If this
fails, you need to make sure your Danbooru configuration files are
correct.

3) Test Nginx to make sure it's working correctly.  You may need to
debug your Nginx configuration file.

4) Check all log files.