index.adp
Delivered as text/html
Related Files
[ hide source ] | [ make this the default ]
File Contents
<master>
<property name="doc(title)">@page_title;literal@</property>
<property name="context">@context;literal@</property>
<h1>@page_title@</h1>
<ul>
<li>
<h3>Install from Repository</h3>
<p>
Download and install/upgrade packages from the <a href="http://openacs.org/repository/">OpenACS.org repository</a>.
<br>When using this option,the existing code of the currently installed packages is archived
and replaced by the selected packages from the OpenACS repository.
</p>
<p>
<a href="/acs-admin/@remote_install_url@" class="button">Install</a> or
<a href="/acs-admin/@remote_upgrade_url@" class="button">upgrade</a> from repository.
</p>
</li>
<li>
<h3>Install from Local File System</h3>
<p>
Install or upgrade packages from the local filesystem (@local_path@).
<br>Use this if your site has
custom code or your packages are kept in a local source code management.
<a href="/doc/upgrade-openacs-files">Help</a>.
</p>
<p>
<a href="@local_install_url@" class="button">Install</a> or
<a href="@local_upgrade_url@" class="button">upgrade</a> from the local filesystem.
</p>
</li>
<li>
<h3>Install from URL or Non-Standard Location</h3>
<p>
Load a single package from a non-standard source.
<br>
Use this option for ad-hoc installs from HTTP/HTTPS (including GitHub),
or from an absolute path outside the standard local packages directory.
</p>
<p>
<a href="/acs-admin/apm/package-load" class="button">Load</a> from URL or non-standard location.
</p>
</li>
</ul>
<hr>
<h3>Package Manager</h3>
<ul>
<li>
<a href="/acs-admin/apm/">Manage Installed Packages</a>
</li>
</ul>