Discussion:
Update 1.5 to 1.6
Achim Hut
2008-08-04 08:19:56 UTC
Permalink
Hi List


I want to update a Flux CMS Version: 1.5.0-dev/r8230

to

1.6.0


My question is how to update without data-loss. I can't find any readme
with update instructions or any hints on the website.

Achim
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Christian Stocker
2008-08-04 08:32:09 UTC
Permalink
Hi

Just replace the directories

/admin/
/webinc/
/inc/
/themes/standard/

with the ones from 1.6, then call

http://youdomain.com/admin/webinc/update/ (after you logged in) and it
should be updated.

backup before is nevertheless advised :)

christian
Post by Achim Hut
Hi List
I want to update a Flux CMS Version: 1.5.0-dev/r8230
to
1.6.0
My question is how to update without data-loss. I can't find any readme
with update instructions or any hints on the website.
Achim
--
New Office Zurich Opening: http://liip.to/party
--
Liip AG // Feldstrasse 133 // CH-8004 Zurich
Tel +41 43 500 39 81 // Mobile +41 76 561 88 60
www.liip.ch // blog.liip.ch // GnuPG 0x5CE1DECB
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Achim Hut
2008-08-04 08:58:11 UTC
Permalink
Post by Christian Stocker
Hi
Just replace the directories
/admin/
/webinc/
/inc/
/themes/standard/
with the ones from 1.6, then call
http://youdomain.com/admin/webinc/update/ (after you logged in) and it
should be updated.
backup before is nevertheless advised :)
christian
Post by Achim Hut
Hi List
I want to update a Flux CMS Version: 1.5.0-dev/r8230
to
1.6.0
My question is how to update without data-loss. I can't find any
readme with update instructions or any hints on the website.
Achim
...worked perfect.
Thanx a lot


Achim
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Adam Lindsay
2008-08-04 19:25:19 UTC
Permalink
Pardon my threadjacking, but where's 1.6?

Somewhat related, is this still the SVN repository of interest? (and not
public/fluxcms?)
https://svn.liip.ch/repos/public/fluxcms_demo/

adam
Post by Achim Hut
Hi List
I want to update a Flux CMS Version: 1.5.0-dev/r8230
to
1.6.0
My question is how to update without data-loss. I can't find any readme
with update instructions or any hints on the website.
Achim
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Achim Hut
2008-08-04 20:13:23 UTC
Permalink
Post by Adam Lindsay
Pardon my threadjacking, but where's 1.6?
Somewhat related, is this still the SVN repository of interest? (and not
public/fluxcms?)
https://svn.liip.ch/repos/public/fluxcms_demo/
adam
I fully understand your surprise.
Its a real nice cms, but the docs... well

I'm installing/upgrade Flux CMS from a freebsd port

http://www.freebsd.org/cgi/ports.cgi?query=fluxcms&stype=all

The makefile says:

<snip>
PORTNAME= fluxcms
PORTVERSION= 1.6.0
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://bitflux.org/download/ \
http://www.chruetertee.ch/files/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-snapshot-20080801
EXTRACT_SUFX= .tgz

MAINTAINER= ***@chruetertee.ch
<snap>

the /admin/ Page says:
Flux CMS Version: 1.6-dev/$Rev: 10582 $


So it seem to be some kinda release-snapshot-developer-version ;-)


It can't be that bad, cause Beat made a new port-version out of this
snapshot. Thanks, Beat. Works fine so far.


Achim
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Christian Stocker
2008-08-05 09:32:21 UTC
Permalink
Hi
Post by Adam Lindsay
Pardon my threadjacking, but where's 1.6?
There's no officially released 1.6 yet, it's on our near future todo list.

The plan is to release 1.6 ASAP (the next few weeks) and then switch to
a so called stable trunk policy, so that trunk is always usuable und
developement happens on branches. We still try to put official releases
out, but you know our track record :)

With the stable trunk policy, one can at least be somehow sure, that the
trunk is not getting the latest untested whizz and breaks totally your
app :)

The further near term plan (after 1.6 is released) is to improve some of
the not-so-good usability issues in Flux CMS, there's a long list of
little issues.

And then we try to decide what's Flux 2.0 will gonna be like, we haven't
decided yet, but some ideas are floating around
Post by Adam Lindsay
Somewhat related, is this still the SVN repository of interest? (and not
public/fluxcms?)
https://svn.liip.ch/repos/public/fluxcms_demo/
https://svn.liip.ch/repos/public/fluxcms_demo

is the site-specific code, while
https://svn.liip.ch/repos/public/fluxcms
is the cms specific code. The latter is automatically included (with
svn:externals) from the demo. This allows to seperate cms-code from your
local installation code (like themes, specific plugins, etc)

HTH

chregu
Post by Adam Lindsay
adam
Post by Achim Hut
Hi List
I want to update a Flux CMS Version: 1.5.0-dev/r8230
to
1.6.0
My question is how to update without data-loss. I can't find any readme
with update instructions or any hints on the website.
Achim
--
New Office Zurich Opening: http://liip.to/party
--
Liip AG // Feldstrasse 133 // CH-8004 Zurich
Tel +41 43 500 39 81 // Mobile +41 76 561 88 60
www.liip.ch // blog.liip.ch // GnuPG 0x5CE1DECB
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Adam Lindsay
2009-03-06 10:22:20 UTC
Permalink
I'm finally following this up, trying to import the SVN repository into
a bazaar (bzr) one on launchpad.net. In the process, I notice that the
svn:externals point to the old svn.bitflux.ch domain rather than the
Liip one.

The problem occurs here:

svn co --non-interactive \
https://svn.bitflux.ch/repos/public/fluxcms/trunk
svn: OPTIONS of 'https://svn.bitflux.ch/repos/public/fluxcms/trunk': Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://svn.bitflux.ch)
Looks like pointing to the old domain name causes problems because the
SSL certificate is for *.liip.ch, not *.bitflux.ch.

best regards,
adam
Hi
Post by Adam Lindsay
Pardon my threadjacking, but where's 1.6?
There's no officially released 1.6 yet, it's on our near future todo list.
The plan is to release 1.6 ASAP (the next few weeks) and then switch to
a so called stable trunk policy, so that trunk is always usuable und
developement happens on branches. We still try to put official releases
out, but you know our track record :)
With the stable trunk policy, one can at least be somehow sure, that the
trunk is not getting the latest untested whizz and breaks totally your
app :)
The further near term plan (after 1.6 is released) is to improve some of
the not-so-good usability issues in Flux CMS, there's a long list of
little issues.
And then we try to decide what's Flux 2.0 will gonna be like, we haven't
decided yet, but some ideas are floating around
Post by Adam Lindsay
Somewhat related, is this still the SVN repository of interest? (and not
public/fluxcms?)
https://svn.liip.ch/repos/public/fluxcms_demo/
https://svn.liip.ch/repos/public/fluxcms_demo
is the site-specific code, while
https://svn.liip.ch/repos/public/fluxcms
is the cms specific code. The latter is automatically included (with
svn:externals) from the demo. This allows to seperate cms-code from your
local installation code (like themes, specific plugins, etc)
HTH
chregu
Post by Adam Lindsay
adam
Post by Achim Hut
Hi List
I want to update a Flux CMS Version: 1.5.0-dev/r8230
to
1.6.0
My question is how to update without data-loss. I can't find any readme
with update instructions or any hints on the website.
Achim
--
bitflux-cms mailing list
bitflux-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
Loading...