Redstoner's website with forums, a blog, and info pages. https://github.com/RedstonerServer/redstoner.com
This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2017-08-06 13:29:03 +02:00
app removed unneeded parentheses and text limits 2017-08-06 13:29:03 +02:00
config Removed all trace of search_redirect, included blanks for forum and label filters 2017-06-18 13:11:36 -04:00
db removed unneeded parentheses and text limits 2017-08-06 13:29:03 +02:00
doc lets start this 2013-05-18 22:46:56 +02:00
lib Made the default badge of 'create_admin_user' none 2017-06-18 13:11:36 -04:00
log lets start this 2013-05-18 22:46:56 +02:00
public renamed 2015-02-16 20:59:07 +01:00
script lets start this 2013-05-18 22:46:56 +02:00
test remove thread mention mail, use reply mail instead 2015-02-08 01:47:20 +01:00
vendor more fixes, changes, support for new mojang API 2014-04-18 14:35:18 +02:00
.gitignore new footer with links 2015-03-23 22:31:22 +01:00
Capfile more capistrano changes 2015-03-23 01:00:06 +01:00
config.ru rename app to Redstoner, session timeout 5 days 2014-05-02 01:47:35 +02:00
Gemfile fixed action caching 2017-06-18 13:11:36 -04:00
Gemfile.lock Added action_caching gem to Gemfile.lock 2017-06-18 13:11:36 -04:00
Rakefile rename app to Redstoner, session timeout 5 days 2014-05-02 01:47:35 +02:00
README.md add README 2016-01-17 23:16:37 +01:00

redstoner.com

Redstoner's ruby-on-rails website with blog, forum, etc.

Installation

You need a MySQL server with utf8mb4 support. If you have issues, try adding this to your my.cnf:

[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci

The rest should be a default rails installation:

bundle
rake db:setup
rails s

Note: We currently use rails 4-2-stable because it has backported support for utf8mb4.