Skip to content

fsbkgb/bakaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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