egroupware/doc/html/x114.html

276 lines
4.9 KiB
HTML
Raw Normal View History

2000-11-11 11:39:44 +01:00
<HTML
><HEAD
><TITLE
>Installing additional applications</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52"><LINK
REL="HOME"
TITLE="phpGroupWare Docs V0.05"
HREF="book1.html"><LINK
REL="UP"
2000-11-21 23:33:37 +01:00
TITLE="Installing on Tested Systems"
2000-11-11 11:39:44 +01:00
HREF="installing.html"><LINK
REL="PREVIOUS"
TITLE="Testing the install"
2000-11-21 23:33:37 +01:00
HREF="x109.html"><LINK
2000-11-11 11:39:44 +01:00
REL="NEXT"
TITLE="Trouble Shooting"
2000-11-21 23:33:37 +01:00
HREF="trobleshooting.html"></HEAD
2000-11-11 11:39:44 +01:00
><BODY
CLASS="SECT1"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>phpGroupWare Docs V0.05</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
2000-11-21 23:33:37 +01:00
HREF="x109.html"
2000-11-11 11:39:44 +01:00
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
2000-11-21 23:33:37 +01:00
>Chapter 6. Installing on Tested Systems</TD
2000-11-11 11:39:44 +01:00
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
2000-11-21 23:33:37 +01:00
HREF="trobleshooting.html"
2000-11-11 11:39:44 +01:00
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
2000-11-21 23:33:37 +01:00
NAME="AEN114"
2000-11-11 11:39:44 +01:00
>Installing additional applications</A
></H1
><P
2000-11-21 23:33:37 +01:00
> Once you have the core phpGroupWare install up and running,
you may want to download and install additional applications.
</P
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> You should consult any <TT
2000-11-11 11:39:44 +01:00
CLASS="FILENAME"
>README</TT
> or <TT
CLASS="FILENAME"
>INSTALL</TT
>
2000-11-21 23:33:37 +01:00
files that come with the new application first, as most require you
to create additional tables in the database, and add additional
translation data to the lang table (typically a file called <TT
2000-11-11 11:39:44 +01:00
CLASS="FILENAME"
>lang.sql</TT
>)
2000-11-21 23:33:37 +01:00
</P
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> You install the new application within the phpGroupWare install tree by
copying the application directory into the phpGroupWare install location,
and enabling the application through the Administration page.
</P
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> For example, this is the process to install the
Headlines application (see <A
2000-11-11 11:39:44 +01:00
HREF="http://sourceforge.net/phpgwapps/"
TARGET="_top"
2000-11-21 23:33:37 +01:00
> <I
2000-11-11 11:39:44 +01:00
CLASS="CITETITLE"
>http://sourceforge.net/phpgwapps/</I
></A
> for
2000-11-21 23:33:37 +01:00
more on this and other applications).
<P
2000-11-11 11:39:44 +01:00
></P
><UL
><LI
STYLE="list-style-type: disc"
><P
2000-11-21 23:33:37 +01:00
>Download the .tar.gz file for the application, or check out the source
with cvs with
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="90%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgwapps'
cvs login (just hit enter if prompted for a password)
cvs co headlines
</PRE
></TD
></TR
></TABLE
></P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>Move the <TT
CLASS="CLASSNAME"
>headlines</TT
> directory into your phpGroupWare
2000-11-21 23:33:37 +01:00
install directory.</P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>Log into phpGroupWare as an administrative user, and go to the Administration page.
2000-11-21 23:33:37 +01:00
</P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>In the first section, choose the <TT
CLASS="CLASSNAME"
>Applications</TT
> link.
2000-11-21 23:33:37 +01:00
</P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>Click on add, and fill in the form.</P
><P
2000-11-21 23:33:37 +01:00
> <SPAN
2000-11-11 11:39:44 +01:00
CLASS="APPLICATION"
>Application name</SPAN
>
2000-11-21 23:33:37 +01:00
should be identical to the name
of the directory you moved into the phpGroupWare install, in this case use <TT
2000-11-11 11:39:44 +01:00
CLASS="CLASSNAME"
>headlines</TT
>
2000-11-21 23:33:37 +01:00
</P
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> <SPAN
2000-11-11 11:39:44 +01:00
CLASS="APPLICATION"
>Application Title</SPAN
>
2000-11-21 23:33:37 +01:00
is shown in the navigation bar and other places to refer to the
new application. Enter <TT
2000-11-11 11:39:44 +01:00
CLASS="CLASSNAME"
>Headlines</TT
> for this example.
2000-11-21 23:33:37 +01:00
</P
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> <SPAN
2000-11-11 11:39:44 +01:00
CLASS="APPLICATION"
>Enabled</SPAN
>
2000-11-21 23:33:37 +01:00
can be used to disable an application for all users temporially. You
should normal check the box to enable the application.
</P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>Back in the Administration page, you need to enable the application for specific users
2000-11-21 23:33:37 +01:00
or user groups by editing them, and checking the new <TT
2000-11-11 11:39:44 +01:00
CLASS="CLASSNAME"
>Headlines</TT
> box that appears
2000-11-21 23:33:37 +01:00
in the middle of the account editing page.</P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>Once you have added the Headlines app to your account, you should see a Headlines
2000-11-21 23:33:37 +01:00
entry in the Administration and Preferences pages, and there should be an icon for
the Headlines application in the navigation bar.</P
2000-11-11 11:39:44 +01:00
></LI
><LI
STYLE="list-style-type: disc"
><P
>Once you enable a few of the Headlines sites through the Administration page link, you
2000-11-21 23:33:37 +01:00
should see headlines grabbed from the sites you selected when you click on the Headlines
icon in the navigation bar.</P
2000-11-11 11:39:44 +01:00
></LI
></UL
>
2000-11-21 23:33:37 +01:00
</P
2000-11-11 11:39:44 +01:00
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
2000-11-21 23:33:37 +01:00
HREF="x109.html"
2000-11-11 11:39:44 +01:00
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="book1.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
2000-11-21 23:33:37 +01:00
HREF="trobleshooting.html"
2000-11-11 11:39:44 +01:00
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Testing the install</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="installing.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Trouble Shooting</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>