Forums »
Rails - gems and plugins »
Installation of Fedena
Hi Experts,
I tried installation of Fedena as per the procedure and completed the following steps.
1. Step 1: Install Ruby - Successful
2. Step 2: Install Bundler gem. got the below message
1 gem installed
installing ri documentation & Rdoc documentation for mysql 1-2.9.1 -x86-mingu32..
3. Install MySQL - Successful
4. Setup Fedena - Unsuccessful .got below error
you had installed binary version of mysql and directs me to below link
http://www.dev.mysql.com/get/downloads/connector-c/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick
Pls help me to successfully install fedena.
Regards,
Krishna
I tried installation of Fedena as per the procedure and completed the following steps.
1. Step 1: Install Ruby - Successful
2. Step 2: Install Bundler gem. got the below message
1 gem installed
installing ri documentation & Rdoc documentation for mysql 1-2.9.1 -x86-mingu32..
3. Install MySQL - Successful
4. Setup Fedena - Unsuccessful .got below error
you had installed binary version of mysql and directs me to below link
http://www.dev.mysql.com/get/downloads/connector-c/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick
Pls help me to successfully install fedena.
Regards,
Krishna
Hi Leela Krishna,
Follow these steps
CD C:\Fedena
gem install mysql -v=2.8.1
gem install declarative_authorization -v 0.5.1
gem install i18n -v 0.4.2
gem list rake -d
uninstall installed version as gem uninstall rake -v=10.x.x and
gem install rake -v=0.8.7
gem install win32-open3
Update MySQL database details in the C:\Fedena\config\database.yml under “development†section i.e.
development:
host: localhost
adapter: mysql
database: Fedena
port: 3306
username: root
password: 12345
rake db:create
rake fedena:plugins:install_all
CD C:\Fedena
ruby script/server
Follow these steps
CD C:\Fedena
gem install mysql -v=2.8.1
gem install declarative_authorization -v 0.5.1
gem install i18n -v 0.4.2
gem list rake -d
uninstall installed version as gem uninstall rake -v=10.x.x and
gem install rake -v=0.8.7
gem install win32-open3
Update MySQL database details in the C:\Fedena\config\database.yml under “development†section i.e.
development:
host: localhost
adapter: mysql
database: Fedena
port: 3306
username: root
password: 12345
rake db:create
rake fedena:plugins:install_all
CD C:\Fedena
ruby script/server