summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/dotproject/files/install-en.txt')
-rw-r--r--www-apps/dotproject/files/install-en.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/www-apps/dotproject/files/install-en.txt b/www-apps/dotproject/files/install-en.txt
new file mode 100644
index 0000000..edda11c
--- /dev/null
+++ b/www-apps/dotproject/files/install-en.txt
@@ -0,0 +1,23 @@
+You will need to provide a database for your dotproject installation.
+
+This assumes you have some knowledge of MySQL, and already have it
+installed and configured. If not, please refer to the Gentoo MySQL
+guide at the following URL:
+
+http://www.gentoo.org/doc/en/mysql-howto.xml
+
+Once you have a database ready all you need to do is to go to this
+location
+
+http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
+
+and provide the credentials required for the database access.
+
+Note the administrator password dotproject will provide and after
+logging in with these credentials you can start to use the application.
+
+
+If you get many warnings about date() being unreliable when using the
+servers timezone, please set "date.timezone" in
+/etc/php/apache2-php${PHP_PKG}/php.ini to your local timezone.
+