Author Topic: Which version to download?  (Read 4357 times)

Offline cubicz1

  • Newbie
  • *
  • Posts: 6
Which version to download?
« on: June 16, 2010, 12:21:32 PM »
Hello.

I'm now ready to download RoundCube and trying to determine which version to download.

I'm using FreeBSD.  Should I download the FreeBSD version or the Stable version?  How about the 0.4Beta version - does it contain fixes for the Stable version?  If the FreeBSD version is suggested, does it get as much attention related to bug fixes as the Stable version?

How do I make the decision?

Thanks.

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
Which version to download?
« Reply #1 on: June 16, 2010, 12:50:20 PM »
install it from ports and then upgrade to current svn

Offline cubicz1

  • Newbie
  • *
  • Posts: 6
Which version to download?
« Reply #2 on: June 16, 2010, 01:15:41 PM »
Quote from: dziobak;28081
install it from ports and then upgrade to current svn

Thanks dziobak.

Q: In trying to interpret what you're saying, should I install the FreeBSD version first which is version 0.3 then, upgrade to Stable 0.3.1?

Thanks.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Which version to download?
« Reply #3 on: June 16, 2010, 01:41:44 PM »
I see no benefit to installing from ports and then upgrading. I'd simply install from a more recent source instead.

The current SVN is a further de-bugged version of 0.4-beta. I'm using that and it is quite fine. You can find a recent snapshot at Roundcube - Nightly Builds. The 0.4 branch has many feature improvements over the 0.3.x versions.

If you have the time, you may wish to wait for 0.4-stable to be released, especially if you want to simply install it and then not mess with it for a while. Otherwise, go ahead and pull down the most recent of the nightly builds linked above.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
Which version to download?
« Reply #4 on: June 16, 2010, 01:58:26 PM »
@ABerglund
installing on freebsd have some pluses - pkg, dependences...

@cubicz1
use portsnap fetch && portsnap extract before installing. install from ports and then download latest svn from here: http://trac.roundcube.net/changeset/3755/trunk?old_path=%2F&format=zip and replace the files

Offline cubicz1

  • Newbie
  • *
  • Posts: 6
Which version to download?
« Reply #5 on: June 16, 2010, 02:16:52 PM »
Quote from: dziobak;28084
@ABerglund
installing on freebsd have some pluses - pkg, dependences...

@cubicz1
use portsnap fetch && portsnap extract before installing. install from ports and then download latest svn from here: http://trac.roundcube.net/changeset/3755/trunk?old_path=%2F&format=zip and replace the files


Thanks to both of you.

@dziobak
Can you describe the steps in a different way, please? Thanks.

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
Which version to download?
« Reply #6 on: June 16, 2010, 02:23:30 PM »
1. type in console 'portsnap fetch && portsnap extract' to upgrade ports package
2. install from ports RC it should be now RC 0.4b
3. download the file from link i post in previous post
4. unpack it and replace the files in RC root.

Offline cubicz1

  • Newbie
  • *
  • Posts: 6
Which version to download?
« Reply #7 on: June 16, 2010, 02:28:09 PM »
Quote from: dziobak;28086
1. type in console 'portsnap fetch && portsnap extract' to upgrade ports package
2. install from ports RC it should be now RC 0.4b
3. download the file from link i post in previous post
4. unpack it and replace the files in RC root.

Thanks dziobak.

I hope this will be more clear when I go to install it, maybe later today or tomorrow, possibly.

Thanks again.