Go to file
2013-01-22 14:41:16 -05:00
app Fixes #361 2013-01-22 14:41:16 -05:00
config Fixes #361 2013-01-22 14:41:16 -05:00
db Fixes #361 2013-01-22 14:41:16 -05:00
lib bug fix 2013-01-14 17:04:14 -05:00
public remove ads directory 2013-01-06 17:16:01 -05:00
script update nginx.conf 2013-01-17 12:38:24 -05:00
test improved artist test 2013-01-11 16:38:06 -05:00
tmp added approval step for aliases/implications 2011-10-23 18:50:18 -04:00
vendor/assets changes 2012-05-31 15:56:50 -04:00
.gitignore added new landing page 2011-10-28 19:21:44 -04:00
.rbenv-version update ruby version 2012-12-19 13:43:35 -05:00
Capfile added capistrano scripts 2011-08-22 17:19:25 -04:00
config.ru
Gemfile updated gemfile 2013-01-11 17:25:49 -05:00
Gemfile.lock fixesg 2013-01-14 11:23:43 -05:00
INSTALL.debian update install script 2013-01-17 10:56:55 -05:00
Rakefile
README updated readme 2011-10-05 17:53:43 -04:00
TODO

=== 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.