Update 1.5 to 1.6

View: New views
7 Messages — Rating Filter:   Alert me  

Update 1.5 to 1.6

by Achim Hut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms

Re: Update 1.5 to 1.6

by Christian Stocker-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

On 4.8.2008 10:19 Uhr, Achim Hut wrote:

> 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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms

Re: Update 1.5 to 1.6

by Achim Hut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christian Stocker schrieb:

> 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
>
> On 4.8.2008 10:19 Uhr, Achim Hut wrote:
>> 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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms

Re: Update 1.5 to 1.6

by Adam Lindsay-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Achim Hut wrote:

> 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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms

Re: Update 1.5 to 1.6

by Achim Hut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Adam Lindsay schrieb:
> 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= beat@...
<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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms

Re: Update 1.5 to 1.6

by Christian Stocker-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi



On 4.8.2008 21:25 Uhr, Adam Lindsay wrote:
 > 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

 > 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

 >
 > adam
 >
 > Achim Hut wrote:
 >> 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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms

Re: Update 1.5 to 1.6

by Adam Lindsay-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Christian Stocker wrote:

> Hi
>
>
>
> On 4.8.2008 21:25 Uhr, Adam Lindsay wrote:
>  > 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
>
>  > 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
>
>  >
>  > adam
>  >
>  > Achim Hut wrote:
>  >> 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-cms@...
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms