Open Source Content Management Framework

OpenPSA setup

  1. Re: [midgard-user] OpenPSA setup

    Tue June 30 2009 21:00:04 UTC
    Henri Bergius writes:

    Hi!

    >> BTW, please, also test direct OBS repository. They changed debian
    >> Packages file recently.
    >> Example sources.list entry for debian etch:
    >
    > I think the doc pages for Debian and Ubuntu should be updated accordingly.

    Already in its place :)
    http://www.midgard-project.org/documentation/installation-distros-debian/

    Piotras
    _______________________________________________
    user mailing list
    user@lists.midgard-project.org
    http://lists.midgard-project.org/mailman/listinfo/user
    •  Reply
  2. Re: [midgard-user] OpenPSA setup

    Thu July 02 2009 10:45:02 UTC
    Henri Bergius schrieb:
    > Hi,
    >
    > On Tue, Jun 30, 2009 at 9:34 PM, Piotr Pokora<piotrek.pokora@gmail.com> wrote:
    >> Midgard package (application) installer is ready for testing.
    >> Currently we have support for 'blog' and 'openpsa' apps.
    >> Though, the latter misses structure file.
    >
    > Great!
    >
    > Now we need the structure file for OpenPSA, then (Flack, can you make
    > one? /midcom-exec-midcom.helper.filesync/export_structure.php is your
    > friend).

    OK, I'll tke a look at that next week.


    Bye,

    Andreas

    >
    > And possibly also we could consider other pre-made Ragnaroek setups.
    > There are many components / combinations of components that could be
    > useful if easily installable.
    >
    >> BTW, please, also test direct OBS repository. They changed debian
    >> Packages file recently.
    >> Example sources.list entry for debian etch:
    >
    > I think the doc pages for Debian and Ubuntu should be updated accordingly.
    >
    >> Piotras
    >
    > /Bergie
    >
    _______________________________________________
    user mailing list
    user@lists.midgard-project.org
    http://lists.midgard-project.org/mailman/listinfo/user
    •  Reply
  3. Re: [midgard-user] OpenPSA setup

    Tue July 14 2009 10:20:05 UTC
    Andreas Flack writes:

    Hi!

    >> Now we need the structure file for OpenPSA, then (Flack, can you make
    >> one? /midcom-exec-midcom.helper.filesync/export_structure.php is your
    >> friend).
    >
    > OK, I'll tke a look at that next week.

    Any news about this one?

    Piotras
    _______________________________________________
    user mailing list
    user@lists.midgard-project.org
    http://lists.midgard-project.org/mailman/listinfo/user
    •  Reply
  4. Re: [midgard-user] OpenPSA setup

    Tue July 14 2009 12:35:04 UTC
    Piotr Pokora schrieb:
    > Andreas Flack writes:
    >
    > Hi!
    >
    >>> Now we need the structure file for OpenPSA, then (Flack, can you make
    >>> one? /midcom-exec-midcom.helper.filesync/export_structure.php is your
    >>> friend).
    >> OK, I'll tke a look at that next week.
    >
    > Any news about this one?

    Well, I ran the exec script and it produced some output, which I cleaned
    up a little. I don't know if the exporter/importer can do l10n, so I
    left all the titles in English. The structure doesn't include
    directmarketing, jabber, imp or interviews since I don't use those. So
    if anybody knows if they work and would like to add them, go right ahead:

    'localhost-openpsa2' => array
    (
    'name' => 'localhost-openpsa2',
    'title' => 'OpenPSA 2',
    'examples' => array
    (
    'http://localhost/openpsa2/',
    ),
    'root' => array
    (
    'name' => 'openpsa_root',
    'title' => 'OpenPSA',
    'component' => 'org.openpsa.mypage',
    'style' => '/template_OpenPsa2',
    'style_inherit' => true,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array
    (
    'calendar' => array
    (
    'name' => 'calendar',
    'title' => 'Calendar',
    'component' => 'org.openpsa.calendar',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'contacts' => array
    (
    'name' => 'contacts',
    'title' => 'Contacts',
    'component' => 'org.openpsa.contacts',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'documents' => array
    (
    'name' => 'documents',
    'title' => 'Documents',
    'component' => 'org.openpsa.documents',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'expenses' => array
    (
    'name' => 'expenses',
    'title' => 'Expenses',
    'component' => 'org.openpsa.expenses',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'invoices' => array
    (
    'name' => 'invoices',
    'title' => 'Invoices',
    'component' => 'org.openpsa.invoices',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'products' => array
    (
    'name' => 'products',
    'title' => 'Products',
    'component' => 'org.openpsa.products',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'projects' => array
    (
    'name' => 'projects',
    'title' => 'Projects',
    'component' => 'org.openpsa.projects',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'reports' => array
    (
    'name' => 'reports',
    'title' => 'Reports',
    'component' => 'org.openpsa.reports',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'sales' => array
    (
    'name' => 'sales',
    'title' => 'Sales',
    'component' => 'org.openpsa.sales',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    'wiki' => array
    (
    'name' => 'wiki',
    'title' => 'Wiki',
    'component' => 'net.nemein.wiki',
    'style' => '',
    'style_inherit' => false,
    'parameters' => array(),
    'acl' => array(),
    'nodes' => array(),
    ),
    ),
    ),
    ),


    Bye,

    Andreas

    >
    > Piotras
    > _______________________________________________
    > user mailing list
    > user@lists.midgard-project.org
    > http://lists.midgard-project.org/mailman/listinfo/user
    _______________________________________________
    user mailing list
    user@lists.midgard-project.org
    http://lists.midgard-project.org/mailman/listinfo/user
    •  Reply
  5. Re: [midgard-user] OpenPSA setup

    Tue July 14 2009 13:40:07 UTC
    directmarketing jabber and imp works but requires special setups.

    So i think that we should leave those out of the standard setup. But
    place some in the documentation on how to add them and what they do.

    /Johan


    On Tue, 2009-07-14 at 14:33 +0200, Andreas Flack wrote:
    > Piotr Pokora schrieb:
    > > Andreas Flack writes:
    > >
    > > Hi!
    > >
    > >>> Now we need the structure file for OpenPSA, then (Flack, can you make
    > >>> one? /midcom-exec-midcom.helper.filesync/export_structure.php is your
    > >>> friend).
    > >> OK, I'll tke a look at that next week.
    > >
    > > Any news about this one?
    >
    > Well, I ran the exec script and it produced some output, which I cleaned
    > up a little. I don't know if the exporter/importer can do l10n, so I
    > left all the titles in English. The structure doesn't include
    > directmarketing, jabber, imp or interviews since I don't use those. So
    > if anybody knows if they work and would like to add them, go right ahead:
    >
    > 'localhost-openpsa2' => array
    > (
    > 'name' => 'localhost-openpsa2',
    > 'title' => 'OpenPSA 2',
    > 'examples' => array
    > (
    > 'http://localhost/openpsa2/',
    > ),
    > 'root' => array
    > (
    > 'name' => 'openpsa_root',
    > 'title' => 'OpenPSA',
    > 'component' => 'org.openpsa.mypage',
    > 'style' => '/template_OpenPsa2',
    > 'style_inherit' => true,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array
    > (
    > 'calendar' => array
    > (
    > 'name' => 'calendar',
    > 'title' => 'Calendar',
    > 'component' => 'org.openpsa.calendar',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'contacts' => array
    > (
    > 'name' => 'contacts',
    > 'title' => 'Contacts',
    > 'component' => 'org.openpsa.contacts',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'documents' => array
    > (
    > 'name' => 'documents',
    > 'title' => 'Documents',
    > 'component' => 'org.openpsa.documents',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'expenses' => array
    > (
    > 'name' => 'expenses',
    > 'title' => 'Expenses',
    > 'component' => 'org.openpsa.expenses',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'invoices' => array
    > (
    > 'name' => 'invoices',
    > 'title' => 'Invoices',
    > 'component' => 'org.openpsa.invoices',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'products' => array
    > (
    > 'name' => 'products',
    > 'title' => 'Products',
    > 'component' => 'org.openpsa.products',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'projects' => array
    > (
    > 'name' => 'projects',
    > 'title' => 'Projects',
    > 'component' => 'org.openpsa.projects',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'reports' => array
    > (
    > 'name' => 'reports',
    > 'title' => 'Reports',
    > 'component' => 'org.openpsa.reports',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'sales' => array
    > (
    > 'name' => 'sales',
    > 'title' => 'Sales',
    > 'component' => 'org.openpsa.sales',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > 'wiki' => array
    > (
    > 'name' => 'wiki',
    > 'title' => 'Wiki',
    > 'component' => 'net.nemein.wiki',
    > 'style' => '',
    > 'style_inherit' => false,
    > 'parameters' => array(),
    > 'acl' => array(),
    > 'nodes' => array(),
    > ),
    > ),
    > ),
    > ),
    >
    >
    > Bye,
    >
    > Andreas
    >
    > >
    > > Piotras
    > > _______________________________________________
    > > user mailing list
    > > user@lists.midgard-project.org
    > > http://lists.midgard-project.org/mailman/listinfo/user
    > _______________________________________________
    > user mailing list
    > user@lists.midgard-project.org
    > http://lists.midgard-project.org/mailman/listinfo/user
    >

    _______________________________________________
    user mailing list
    user@lists.midgard-project.org
    http://lists.midgard-project.org/mailman/listinfo/user
    •  Reply
Designed by Nemein, hosted by Kafit