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 (
rubyflow /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 23 05:43:48 -0700 2008 | |
| |
README.txt | Wed Jul 23 05:43:48 -0700 2008 | |
| |
Rakefile | Wed Jul 23 05:43:48 -0700 2008 | |
| |
app/ | Sun Oct 05 13:00:27 -0700 2008 | |
| |
config/ | Tue Nov 25 15:59:00 -0800 2008 | |
| |
db/ | Wed Jul 23 05:43:48 -0700 2008 | |
| |
lib/ | Wed Jul 23 05:43:48 -0700 2008 | |
| |
log/ | Sat Aug 02 22:13:52 -0700 2008 | |
| |
public/ | Sun Oct 05 13:06:47 -0700 2008 | |
| |
script/ | Wed Jul 23 05:43:48 -0700 2008 | |
| |
test/ | Wed Jul 23 05:43:48 -0700 2008 | |
| |
vendor/ | Fri Aug 01 15:31:18 -0700 2008 |
README.txt
RUBYFLOW Developed by Peter Cooper - 2008 --- All code developed by Peter Cooper within this project is in the public domain. Plugins, Rails, and derivative code is licensed as it was originally (mostly MIT). This code is entirely unsupported, lacks tests, and could well make your machine explode. If you use it, you understand this and accept all the risks. --- TO GET STARTED I have not tested these instructions, but from memory.. Check config/database.yml and run migrations. The RubyFlow code is designed to deal with multiple sites from one codebase (although not one installation). The settings for a particular site are in config/[sitename].yml The site name for the current installation is set on the first line of config/environment.rb Current the setting is for "rubyflow", so config/rubyflow.yml is used. Change the chosen site in config/environment.rb and create your own YML file. Note that the chosen site name is added as a class to the BODY tag. This makes it easy to use the same CSS file for multiple sites but apply site specific tweaks with BODY.sitename prefixes in the CSS!







