Forum OpenACS Development: Re: Installing packages

Collapse
4: Re: Installing packages (response to 3)
Posted by Benjamin Brink on
Apparently (and iirc), apm files are files compressed via gzip[1]. One loads them through via the APM according to directory package instructions[2].

1. https://openacs.org/doc/apm-design.html#apm-design-config
2. https://openacs.org/doc/directory/

cheers,

Collapse
5: Re: Installing packages (response to 4)
Posted by Antonio Pisano on
It's in the apm part of the server:

/acs-admin/apm -> Click on "Load a new package from a URL or local directory."

Short URL is this: /acs-admin/apm/package-load

The /acs-admin/apm interface is not reachable from the UI as far as I know. Most of us know it exist, but maybe we should link it somwhere.

Collapse
6: Re: Installing packages (response to 5)
Posted by Gustaf Neumann on
It is reachable over the interface:

/acs-admin:
"Developer's Admin" (aka /acs-admin/developer)

/acs-admin/developer:
"Package manager" (aka /acs-admin/apm)

/acs-admin/apm:
"Load a new package from a URL or local directory." (aka /acs-admin/apm/package-load)

-g