2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00
2012-06-19 08:06:33 -07:00
2012-05-30 11:22:02 -07:00
2012-05-25 10:47:35 -07:00
2012-03-31 00:04:03 -04:00
2012-06-01 15:05:22 -04:00
2012-05-07 01:41:24 +07:00
2012-03-17 18:36:04 +07:00
2012-03-13 11:34:07 +00:00
2012-05-25 11:07:21 -04:00
2012-03-15 09:49:25 +00:00

h1. Moebooru

This project is based on original Moebooru which is being used in "yande.re Image Board":http://yande.re. Changes compared to original Moebooru:

* Requires Ruby 1.9
* Uses Rails 2.3
* Uses Bundler
* Updated gems
* Pool ZIP support for nginx (with @mod_zip@)

As this is still in development, bug reports are welcome.

* "Demo site":http://moe.myconan.net
* "Source Repository":http://bitbucket.org/edogawaconan/moebooru

h2. Requirements

As this is ongoing project, there will be more changes on requirement as this project goes. Currently this application requires:

* Ruby 1.9
* PostgreSQL (tested with 8.4)
* Bundler gem
* GD image library header
* And various other requirement for the gems (check @Gemfile@ for the list)

h2. Installation

* Create a new PostgreSQL user with type of superuser
* Run @bundle install@
* Build image resizer:
** @cd lib/danbooru_image_resizer@
** @ruby extconf.rb@
** @make@
* Create @config/database.yml@ and @config/local_config.rb@
* Run @rake db:migrate@
* Start the server (@bundle exec unicorn_rails@)

h2. Plans

* Bug fixes
* Documentation
* Switch to RMagick
* And more!
Description
No description provided
Readme ISC 60 MiB
Languages
Ruby 49.4%
HTML 21.6%
CoffeeScript 19.8%
PLpgSQL 5.4%
Less 2.4%
Other 1.4%