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
2019-04-02 17:40:20 -04:00
app Changed to Search All Threads 2019-04-02 14:35:14 -07:00
config Updated Capistrano version lock. 2018-10-08 19:12:15 -04:00
db This got removed for some reason, will look into it 2019-02-24 18:27:09 +01:00
doc lets start this 2013-05-18 22:46:56 +02:00
lib Reverted messy attempt at switch to Puma as app server. 2018-05-27 18:09:46 -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
.gitattributes Fixed Linguist detecting repository language as HTML. 2019-02-12 09:09:16 -05:00
.gitignore new footer with links 2015-03-23 22:31:22 +01:00
Capfile Reverted messy attempt at switch to Puma as app server. 2018-05-27 18:09:46 -04:00
config.ru rename app to Redstoner, session timeout 5 days 2014-05-02 01:47:35 +02:00
Gemfile Installed TOTP gem and added TOTP column to schema. 2018-06-06 18:38:28 -04:00
Gemfile.lock Removed skype field and added Discord on users. Also dropped unused table 2019-02-22 16:44:25 +01:00
LICENSE.txt Licensed redstoner.com under Creative Commons Zero v1.0 Universal. 2019-02-12 09:22:28 -05: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.