add README

This commit is contained in:
jomo
2016-01-17 23:16:37 +01:00
parent e53228eaf1
commit 69c0037cf6
2 changed files with 23 additions and 2 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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:
```shell
bundle
rake db:setup
rails s
```
Note: We currently use rails [4-2-stable](https://github.com/rails/rails/tree/4-2-stable) because it has backported [support for `utf8mb4`](https://github.com/rails/rails/commit/37e5770fd3db04f3206075d736fc14161dd04530).

View File

@@ -1,2 +0,0 @@
== Redstoner.com
I'm too lazy to write something here :D