Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1842340
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
README.md
View Options
INTALLATION
PROCEDURE
=====================
This
package
uses
[
Composer
](
http
:
//getcomposer.org) to install and maintain required PHP libraries.
1
.
Install
Composer
Execute
this
in
the
project
root
directory
:
`
$
curl
-
s
http
:
//getcomposer.org/installer | php`
This
will
create
a
file
named
composer
.
phar
in
the
project
directory
.
2
.
Install
Dependencies
`
$
php
composer
.
phar
install
`
2
a
.
Link
Roundcube
framework
and
plugins
If
free
-
busy
data
is
to
be
pulled
from
IMAP
directly
,
the
Roundcube
framework
,
config
and
Kolab
-
specific
plugins
are
required
.
Symlink
them
into
the
project
directory
:
```
$
ln
-
s
/
usr
/
share
/
roundcubemail
/
program
/
lib
/
Roundcube
lib
/
Roundcube
$
ln
-
s
/
usr
/
share
/
roundcubemail
/
plugins
lib
/
plugins
$
ln
-
s
/
etc
/
roundcubemail
/
defaults
.
inc
.
php
config
/
defaults
.
inc
.
php
$
ln
-
s
/
etc
/
roundcubemail
/
config
.
inc
.
php
config
/
config
.
inc
.
php
```
3
.
Create
local
config
Copy
the
config
template
file
to
config
/
config
.
ini
:
`
$
cp
config
/
config
.
ini
.
sample
config
/
config
.
ini
`
Edit
the
local
config
/
config
.
ini
file
according
to
your
setup
and
taste
.
4
.
Give
write
access
for
the
webserver
user
to
the
'
log
'
folder
:
`
$
chown
<
www
-
user
>
log
`
5
.
Configure
your
webserver
to
point
to
the
'
web
'
directory
of
this
package
as
document
root
.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 25, 9:28 PM (9 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224665
Default Alt Text
README.md (1 KB)
Attached To
Mode
R28 freebusy
Attached
Detach File
Event Timeline
Log In to Comment