Skip to content

Commit

Permalink
Updated the dependency for SQLite and linked a new doc for installing…
Browse files Browse the repository at this point in the history
… on WSL using MySQL in the readme
  • Loading branch information
GameChanger77 committed Oct 19, 2024
1 parent e454b0c commit 534d6c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source 'https://rubygems.org'

case ENV['CI'] && ENV['DB']
when 'sqlite'
gem 'sqlite3', '~> 1.6.8'
gem 'sqlite3', '~> 2.0.4'
when 'mysql'
gem 'mysql2'
when 'postgres'
Expand Down Expand Up @@ -78,7 +78,7 @@ group :test do
gem 'database_cleaner'
gem 'zeus', platform: :ruby unless ENV["CI"]
gem 'timecop'
gem 'sqlite3', '~> 1.6.8'
gem 'sqlite3', '~> 2.0.4'
gem 'webrick'
end

Expand Down Expand Up @@ -108,3 +108,4 @@ gem 'bootstrap', '~>5.0.0'
gem 'mini_magick'
gem 'image_processing', '~> 1.2'
gem 'jquery-ui-rails', git: 'https://github.com/jquery-ui-rails/jquery-ui-rails.git', tag: 'v7.0.0' # See https://github.com/jquery-ui-rails/jquery-ui-rails/issues/146
gem 'mysql2'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Please view one of the following installation guides:

Installing Fat Free CRM on Linux or Mac OS X

### [2024 Full setup on Linux WSL using MySQL](https://github.com/fatfreecrm/fat_free_crm/wiki/2024-Full-setup-on-Linux-WSL-using-MySQL)

Full setup guide for Linux/WSL with MySQL

### [Setup Heroku](http://guides.fatfreecrm.com/Setup-Heroku)

Setting up a Heroku instance for Fat Free CRM
Expand Down

0 comments on commit 534d6c4

Please sign in to comment.