This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 90cef13d75874a884e7b13fa78de13df8f6f1ace
tree 9dfc66ecbded2f7924878df50bc327ce2c63b2d4
parent 3d297d8caf2f49b6adfcc1a2ec6ae305f0acd5c9
tree 9dfc66ecbded2f7924878df50bc327ce2c63b2d4
parent 3d297d8caf2f49b6adfcc1a2ec6ae305f0acd5c9
kozuchi /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Nov 22 16:16:21 -0800 2009 | |
| |
.loadpath | Sun Jan 04 18:54:39 -0800 2009 | |
| |
.project | Mon May 05 02:48:14 -0700 2008 | |
| |
BSD-LICENSE | Sat Jul 04 20:04:25 -0700 2009 | |
| |
README.rdoc | Sat Jul 04 20:44:48 -0700 2009 | |
| |
Rakefile | Fri Apr 07 17:01:24 -0700 2006 | |
| |
app/ | Wed Nov 11 06:29:46 -0800 2009 | |
| |
config/ | Sun Nov 22 16:17:20 -0800 2009 | |
| |
db/ | Thu Jun 11 00:12:31 -0700 2009 | |
| |
doc/ | Sun May 25 23:27:10 -0700 2008 | |
| |
lib/ | Sat Nov 28 18:17:20 -0800 2009 | |
| |
locale/ | Tue May 27 05:40:58 -0700 2008 | |
| |
log/ | Sat Jun 27 18:12:44 -0700 2009 | |
| |
nbproject/ | Sat Oct 24 17:54:32 -0700 2009 | |
| |
po/ | Wed May 20 22:28:25 -0700 2009 | |
| |
public/ | Sun Nov 22 16:13:11 -0800 2009 | |
| |
script/ | Fri Dec 12 00:52:44 -0800 2008 | |
| |
spec/ | Sat Jul 04 17:58:50 -0700 2009 | |
| |
stories/ | Fri Dec 12 00:52:44 -0800 2008 | |
| |
test/ | Sat Jul 04 17:58:50 -0700 2009 | |
| |
tmp/ | Fri Sep 18 23:25:52 -0700 2009 | |
| |
vendor/ | Sat May 23 15:47:17 -0700 2009 | |
| |
verup.bat | Wed Jun 28 02:03:24 -0700 2006 |
README.rdoc
Kosuzhi
How to set up
- Create your config/database.yml from examples, such as database.mysql.yml
- Create your config/initializers/hosting.rb from hosting.rb.example
hosting.rb
LOGIN_ENGINE_SALT
This is required for support of old users (from Login Engine era). If you are new to kozuchi set up, just leave it.
LOGIN_ENGINE_SALT = "koban"
KOZUCHI_SSL
Set true if you want to use SSL. You may also have to configure other things.
KOZUCHI_SSL = false
SKIP_MAIL
Set true if you want to skip sending email for signup, etc.
SKIP_MAIL = true
GOOGLE_ANALYTICS_CODE
You can specify your google analytics code here.
GOOGLE_ANALYTICS_CODE = ‘XXXXXX-X’
USER_MANAGEMENT_TYPE
It’s intended to control self-signup, but it is not implemeneted yet. Just leave it.
KOZUCHI_USER_MANAGEMENT_TYPE = ‘open’







