Skip to content

fsbkgb/bakaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d07344f · Jul 7, 2015
Jul 7, 2015
Jul 7, 2015
Jun 18, 2011
Jun 18, 2011
Jul 6, 2015
Oct 9, 2011
Jun 18, 2011
Jun 18, 2011
Jul 1, 2012
Jul 24, 2014
Jul 24, 2014
Jul 6, 2015
Jul 6, 2015
Jun 18, 2011
Jun 18, 2011

Repository files navigation

A wakaba like imageboard on Rails 3.2 with a MongoDB

Installation:

  1. you need to install ffmpeg imagemagick mongodb on your server
  2. run bundle install in source directory
  3. setup your recaptcha keys in config/initializers/recaptcha.rb
  4. setup your youtube api key in lib/attachment_validator.rb (line 27)
  5. configure your database in config/mongoid.yml
  6. bundle exec rails console
  7. user = User.new(name: 'admin_name', role: 'adm', password: 'admin_pass')
  8. user.save
  9. start your server
  10. go to yourboard.org/log_in and log in with 'admin_name' and 'admin_pass'
  11. create boards here: yourboard.org/boards
  12. add moderators here yourboard.org/users
  13. ?????
  14. PROFIT!

Some screenshots:

Main page

home

Board

board