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

To get it work with mysql on production environment #23

Closed
patfrat opened this issue Jun 19, 2013 · 2 comments
Closed

To get it work with mysql on production environment #23

patfrat opened this issue Jun 19, 2013 · 2 comments

Comments

@patfrat
Copy link
Contributor

patfrat commented Jun 19, 2013

I have installed boxroom via git and set it in production environment on a linux server.
I have had to add some gem rows to the Gemfile to get it works with mysql2
I have modified config/database.yml to suite my needs too with my mysql database

gem 'mysql2'
gem 'execjs'
gem 'therubyracer'

then : bundle (to install new gems)

And also precompiled assets :
RAILS_ENV=production bundle exec rake assets:precompile

My env : Ruby 1.9.3, Rails 3.2.13
It works !

@mischa78
Copy link
Owner

Thanks for opening this issue, but I chose to use SQLite for the default settings, not MySQL. If you decide to use another database you have to figure out yourself how to get it working. This shouldn't be too difficult. Of course you can also ask here. If many people ask the same question I will add a paragraph to the readme file, but I don't plan to include different Gemfiles and/or config files for different databases.

Thanks for your interest and good luck adding the features you need. If you have any questions or remarks, feel free to open new issues.

@patfrat
Copy link
Contributor Author

patfrat commented Jun 19, 2013

It was not really an issue but just a todo with mysql, thanks for your reply

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

2 participants