iInstalling fedena on ubuntu server

Hello!

Can you helpme install fedena on ubuntu server, It seems the installation manual from projectfedena.org does not work for server versions 64 bits

I will be great

thanks.

I looked at this. It’s an old app, running on Rails 2.3. I looked at the install instructions. I don’t have time to test this, but I can tell you I wouldn’t follow their instructions for installing ruby. I would strongly recommend using Ruby Version Manager (RVM) or rbenv to install Ruby. If you want to use RVM, do the following:

Follow the instructions to install the stable release of RVM (do not install ruby yet):

\curl -sSL https://get.rvm.io | bash -s stable

If you need to install this on your server at the root level, same command with sudo:

\curl -sSL https://get.rvm.io | sudo bash -s stable

Once this is installed, install Ruby:

rvm install 1.8.7

Again, if RVM is installed system-wide, use the following:

rvmsudo install 1.8.7

Note: This installs version 1.8.7 of Ruby which is not the most current version. This is an old app and they have programmed plugins and a number of other things that could possibly blow up in 1.9 or 2.x. I’m guessing this would be the most compatible version. This will also install Rubygems.

Once this is done, you can follow their instructions for installing a bundle patched version on Ubuntu, starting with Step 3, installing mySQL.

As I stated above, I don’t have time to test this, but this is where I would start.

Must be that time of year again. I predict we'll be seeing more people asking about this ancient app.

Rails 2.3 is quite old, but not dead (Github still runs on 2.2). It is rather difficult for people who've never seen the app before or tried to install it to give much help. Sadly, I think to get this working, running in a Ubuntu Precise 32 environment may be needed.

But even that is just a guess. I have no real guidance to offer here.