public
Description: Home accounting web application which focused on linkages to other people (family, etc).
Homepage: http://www.kozuchi.net/
Clone URL: git://github.com/everyleaf/kozuchi.git
nay (author)
Sat Nov 28 18:17:20 -0800 2009
commit  90cef13d75874a884e7b13fa78de13df8f6f1ace
tree    9dfc66ecbded2f7924878df50bc327ce2c63b2d4
parent  3d297d8caf2f49b6adfcc1a2ec6ae305f0acd5c9
name age message
file .gitignore Sun Nov 22 16:16:21 -0800 2009 ignore some folders [nay]
file .loadpath Sun Jan 04 18:54:39 -0800 2009 modify remove_index and add_index git-svn-id: ... [den8]
file .project Mon May 05 02:48:14 -0700 2008 Rails2.0対応の基本的な処理をした。 git-svn-id: svn+ssh://ko... [nay]
file BSD-LICENSE Sat Jul 04 20:04:25 -0700 2009 added BSD-LICENSE [nay]
file README.rdoc Sat Jul 04 20:44:48 -0700 2009 modified README.rdoc [nay]
file Rakefile Fri Apr 07 17:01:24 -0700 2006 Initilal project git-svn-id: svn+ssh://ko.mead... [nay]
directory app/ Wed Nov 11 06:29:46 -0800 2009 クレジットカードの精算で戻しを許すようにする [nay]
directory config/ Sun Nov 22 16:17:20 -0800 2009 ignore database.yml [nay]
directory db/ Thu Jun 11 00:12:31 -0700 2009 fixed specs git-svn-id: svn+ssh://ko.meadowy.n... [nay]
directory doc/ Sun May 25 23:27:10 -0700 2008 設定をユーザー変更部分とシステム部分に分離。 git-svn-id: svn+ssh://k... [nay]
directory lib/ Sat Nov 28 18:17:20 -0800 2009 version up to 0.18.2 [nay]
directory locale/ Tue May 27 05:40:58 -0700 2008 git-svn-id: svn+ssh://ko.meadowy.net/home/svn/i... [nay]
directory log/ Sat Jun 27 18:12:44 -0700 2009 added log/.gitignore [nay]
directory nbproject/ Sat Oct 24 17:54:32 -0700 2009 refs #68 [nay]
directory po/ Wed May 20 22:28:25 -0700 2009 Admin系機能を削除。Cache格納場所を修正。 git-svn-id: svn+ssh:... [nay]
directory public/ Sun Nov 22 16:13:11 -0800 2009 ignore generated javascript files [nay]
directory script/ Fri Dec 12 00:52:44 -0800 2008 added rspec files git-svn-id: svn+ssh://ko.mea... [nay]
directory spec/ Sat Jul 04 17:58:50 -0700 2009 Fixed the bug around balance update [nay]
directory stories/ Fri Dec 12 00:52:44 -0800 2008 added rspec files git-svn-id: svn+ssh://ko.mea... [nay]
directory test/ Sat Jul 04 17:58:50 -0700 2009 Fixed the bug around balance update [nay]
directory tmp/ Fri Sep 18 23:25:52 -0700 2009 Added tmp dir. [koichiro]
directory vendor/ Sat May 23 15:47:17 -0700 2009 freezed rails and unpacked jpmobile0.0.4 git-s... [nay]
file verup.bat Wed Jun 28 02:03:24 -0700 2006 update git-svn-id: svn+ssh://ko.meadowy.net/ho... [koichiro]
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’