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

Sqlite? #2

Open
kimptoc opened this issue Oct 11, 2012 · 2 comments
Open

Sqlite? #2

kimptoc opened this issue Oct 11, 2012 · 2 comments

Comments

@kimptoc
Copy link

kimptoc commented Oct 11, 2012

Hi,

Is there anything specific with mysql as to why thats required?

Trying to help a friend setup on a windows machine and mysql is failing to install :(

Wondering if it might be easier to revert to the sqlite option...

Thanks,
Chris

@kimptoc
Copy link
Author

kimptoc commented Oct 11, 2012

What seems to be working for me (at least on OSX - still trying to get the Windows machine going..)

Change mysql to sqlite3 in the Gemfile

Run bundle to install that gem
bundle

Change config/database.yml dev entry to this:

development:
adapter: sqlite3
database: db/dev.sqlite3
pool: 5

Then setup db
rake db:migrate

seed db
rake db:seed

Then run server
rails server

@kimptoc
Copy link
Author

kimptoc commented Oct 11, 2012

Plus had to disable this gem - hopefully thats not used too much...

gem 'jasmine-headless-webkit'

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