Mailing List Archive

[Bricolage-General] how to publish? (or: where is IT?)
the bricolage is installed, I can login and create articles etc.

but where are the articles? I am obviously missing something
obvious:-) When I go to URL specified at the end of install process
(http://myServerName) a new browser window is opened with login dialog
(and I can login and create stories, administer system etc.). The
original window says "about:blank" in location and page is blank.

how do I get to the content page that bricolage created? or how do I
get bricolage to generate content?

I tried to look at publishing, even published something but not sure
it worked. Can't find relevant info about publishing in docs (I found
some config options for distribution and there's also some publishing
setup on workflow page but I still cannot figure out where the content
is (and whether it actually _is_ anywhere at all:-))

pointers to where to RTFM appreciated... TIA!

erik



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] how to publish? (or: where is IT?) [ In reply to ]
Erik Steffl wrote:
> the bricolage is installed, I can login and create articles etc.
>
> but where are the articles? I am obviously missing something
> obvious:-) When I go to URL specified at the end of install process
> (http://myServerName) a new browser window is opened with login dialog
> (and I can login and create stories, administer system etc.). The
> original window says "about:blank" in location and page is blank.
>
> how do I get to the content page that bricolage created? or how do I
> get bricolage to generate content?
>
> I tried to look at publishing, even published something but not sure
> it worked. Can't find relevant info about publishing in docs (I found
> some config options for distribution and there's also some publishing
> setup on workflow page but I still cannot figure out where the content
> is (and whether it actually _is_ anywhere at all:-))
>
> pointers to where to RTFM appreciated... TIA!

this is probably too obvious to answer but I would really appreciate
some pointers into docs to find out how to publish stuff (I got an
off-list reply with some hints).

is it expected that I will create virtual server in bricolage http
config file (if so is there a directory within bricolage install that
should/could be used as a default or should it be outside of bricolage
install)? or that I will run separate apache installation (on same or
different machine)? or any of that? how do I tell bricolage how to
publish the stuff to particular location? I guess it can use either ftp
or file copy but I can't find out how to specify either in publish part
of admin (bricolage workspace page).

TIA,

erik




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] how to publish? (or: where is IT?) [ In reply to ]
On Sunday, December 8, 2002, at 03:46 PM, Erik Steffl wrote:

> Erik Steffl wrote:
>> the bricolage is installed, I can login and create articles etc.
>> but where are the articles? I am obviously missing something
>> obvious:-) When I go to URL specified at the end of install process
>> (http://myServerName) a new browser window is opened with login
>> dialog (and I can login and create stories, administer system etc.).
>> The original window says "about:blank" in location and page is blank.

Right.

>> how do I get to the content page that bricolage created? or how do
>> I get bricolage to generate content?

Well, while you're editing a story, you can preview it by clicking its
URI.

>> I tried to look at publishing, even published something but not
>> sure it worked. Can't find relevant info about publishing in docs (I
>> found some config options for distribution and there's also some
>> publishing setup on workflow page but I still cannot figure out where
>> the content is (and whether it actually _is_ anywhere at all:-))
>> pointers to where to RTFM appreciated... TIA!

You need to set up a destination to distribute to when you publish an
asset. Bricolage doesn't serve the documents it manages; instead,
they're pushed through templates and written to files, and those files
are distributed to your web server (destination) via FTP or file system
copies.

> this is probably too obvious to answer but I would really appreciate
> some pointers into docs to find out how to publish stuff (I got an
> off-list reply with some hints).

Nah, it's not obvious. I've had it on the ToDo list for a while to
write some documentation on this, but haven't found the tuits for it.

> is it expected that I will create virtual server in bricolage http
> config file (if so is there a directory within bricolage install that
> should/could be used as a default or should it be outside of bricolage
> install)? or that I will run separate apache installation (on same or
> different machine)? or any of that? how do I tell bricolage how to
> publish the stuff to particular location? I guess it can use either
> ftp or file copy but I can't find out how to specify either in publish
> part of admin (bricolage workspace page).

You need to run a separate Apache process. It can be on a separate
machine (recommended for production environments) or the same machine
(when it's best to use SSL_PORT and LISTEN_PORT directives to separate
Bricolage httpds from your other httpds [this needs better
documentation, too]).

You use destinations to "tell Bricolage how to publish to a particular
location." You have to specify ftp or copy in the destination profile
by adding a "Move" action.

HTH,

David

--
David Wheeler AIM: dwTheory
david@wheeler.net ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: Theory@jabber.org



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] how to publish? (or: where is IT?) [ In reply to ]
David Wheeler wrote:
> On Sunday, December 8, 2002, at 03:46 PM, Erik Steffl wrote:
>
>> Erik Steffl wrote:
>>
>>> the bricolage is installed, I can login and create articles etc.
>>> but where are the articles? I am obviously missing something
>>> obvious:-) When I go to URL specified at the end of install process
>>> (http://myServerName) a new browser window is opened with login
>>> dialog (and I can login and create stories, administer system etc.).
>>> The original window says "about:blank" in location and page is blank.
>
>
> Right.
>
>>> how do I get to the content page that bricolage created? or how do
>>> I get bricolage to generate content?
>
>
> Well, while you're editing a story, you can preview it by clicking its URI.
>
>>> I tried to look at publishing, even published something but not
>>> sure it worked. Can't find relevant info about publishing in docs (I
>>> found some config options for distribution and there's also some
>>> publishing setup on workflow page but I still cannot figure out where
>>> the content is (and whether it actually _is_ anywhere at all:-))
>>> pointers to where to RTFM appreciated... TIA!
>
>
> You need to set up a destination to distribute to when you publish an
> asset. Bricolage doesn't serve the documents it manages; instead,
> they're pushed through templates and written to files, and those files
> are distributed to your web server (destination) via FTP or file system
> copies.
>
>> this is probably too obvious to answer but I would really appreciate
>> some pointers into docs to find out how to publish stuff (I got an
>> off-list reply with some hints).
>
>
> Nah, it's not obvious. I've had it on the ToDo list for a while to write
> some documentation on this, but haven't found the tuits for it.

hey, just include what you've written in this email! should be enough
to get people started...

>> is it expected that I will create virtual server in bricolage http
>> config file (if so is there a directory within bricolage install that
>> should/could be used as a default or should it be outside of bricolage
>> install)? or that I will run separate apache installation (on same or
>> different machine)? or any of that? how do I tell bricolage how to
>> publish the stuff to particular location? I guess it can use either
>> ftp or file copy but I can't find out how to specify either in publish
>> part of admin (bricolage workspace page).
>
>
> You need to run a separate Apache process. It can be on a separate
> machine (recommended for production environments) or the same machine
> (when it's best to use SSL_PORT and LISTEN_PORT directives to separate
> Bricolage httpds from your other httpds [this needs better
> documentation, too]).
>
> You use destinations to "tell Bricolage how to publish to a particular
> location." You have to specify ftp or copy in the destination profile by
> adding a "Move" action.
>
> HTH,

yes, it helped! thanks a lot.

merry christmas and a happy new year to everybody,

erik



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] how to publish? (or: where is IT?) [ In reply to ]
On Tuesday, December 31, 2002, at 12:28 AM, Erik Steffl wrote:

> hey, just include what you've written in this email! should be
> enough to get people started...

Yeah, yeah...

> yes, it helped! thanks a lot.

I'm glad.

> merry christmas and a happy new year to everybody,

Happy new year, one and all.

David

--
David Wheeler AIM: dwTheory
david@wheeler.net ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: Theory@jabber.org



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general