Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1974811
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/README.md b/README.md
index 6655171..a401fd7 100644
--- a/README.md
+++ b/README.md
@@ -1,51 +1,61 @@
INTALLATION PROCEDURE
=====================
This package uses [Composer][1] to install and maintain required PHP libraries
as well as the Roundcube framework. The requirements are basically the same as
for Roundcube so please read the INSTALLATION section in the Roundcube
framework's [README][2] file.
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
3. Import the Roundcube Framework, Kolab plugins and Chwala
3.1. Either copy or symlink the Roundcube framework package into lib/Roundcube
3.2. Either copy or symlink the roundcubemail-plugins-kolab into lib/plugins
3.3. Either copy or symlink the Chwala lib/ directory into lib/FileAPI
4. Create local config
4.1. The configuration for this service inherits basic options from the Roundcube
config. To make that available, smylink the Roundcube config files
(main.inc.php and db.inc.php) into the local config/ directory.
4.2. Then copy the service-spcific config template:
$ cp config/dav.inc.php.sample config/dav.inc.php
Edit the local config/dav.inc.php file according to your setup and taste.
These settings override the default config options from the Roundcube
configuration.
5. Give write access for the webserver user to the 'logs' and 'temp' folders:
$ chown <www-user> logs
$ chown <www-user> temp
6. Configure your webserver to point to the 'public_html' directory of this
-package as document root.
+package as document root. Add following mod_rewrite configuration into
+virtual host config or .htaccess file:
+
+ RewriteEngine On
+ #RewriteBase /
+ RewriteRule ^\.well-known/caldav / [R,L]
+ RewriteRule ^\.well-known/carddav / [R,L]
+
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteRule (.*) index.php [qsappend,last]
[1]: http://getcomposer.org
[2]: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/README.md)
\ No newline at end of file
diff --git a/public_html/.htaccess b/public_html/.htaccess
deleted file mode 100644
index de79a2c..0000000
--- a/public_html/.htaccess
+++ /dev/null
@@ -1,10 +0,0 @@
-RewriteEngine On
-
-#RewriteBase /
-RewriteRule ^\.well-known/caldav / [R,L]
-RewriteRule ^\.well-known/carddav / [R,L]
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule (.*) index.php [qsappend,last]
-
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 15, 2:12 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287454
Default Alt Text
(2 KB)
Attached To
Mode
R5 irony
Attached
Detach File
Event Timeline
Log In to Comment