Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo setup glitches #48

Open
peakpg opened this issue May 6, 2011 · 0 comments
Open

demo setup glitches #48

peakpg opened this issue May 6, 2011 · 0 comments

Comments

@peakpg
Copy link
Collaborator

peakpg commented May 6, 2011

Imported from lighthouse. Original ticket at: http://browsermedia.lighthouseapp.com/projects/28481/tickets/232. Created by Paul Sorey - 2009-12-07 00:01:52 UTC

Two minor frustrations in getting the demo to work (we want it to be EASY, right?):

in migration file:

20080815014337_browsercms_3_0_0.rb

I had to change the sql type for :content to 'text' (you have it as string).

create_versioned_table :html_blocks do |t|
  t.string :name
  t.string :content, :limit => 64.kilobytes + 1
end

Another minor annoyance in trying out the demo, you don't mention that you have to create the database named 'my_new_project_name_development' beforehand:

$ rails my_new_project_name -d mysql -m http://browsercms.org/templates/demo.rb $ cd my_new_project_name
$ script/server

using version 3.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant