diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-12-11 10:37:28 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-12-11 10:37:28 +0000 |
commit | beb85c3c86930db54830be7f32fe288e612e3d99 (patch) | |
tree | b90474977a05816986263e23398ecf1f5e66d7ff /www-apps | |
parent | Fixed digests (diff) | |
download | overlay-beb85c3c86930db54830be7f32fe288e612e3d99.tar.gz overlay-beb85c3c86930db54830be7f32fe288e612e3d99.tar.bz2 overlay-beb85c3c86930db54830be7f32fe288e612e3d99.zip |
Claroline ready for overlay?
svn path=/; revision=564
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/claroline/files/postinstall-en.txt | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/www-apps/claroline/files/postinstall-en.txt b/www-apps/claroline/files/postinstall-en.txt index ad607a5..19e074c 100644 --- a/www-apps/claroline/files/postinstall-en.txt +++ b/www-apps/claroline/files/postinstall-en.txt @@ -6,7 +6,7 @@ to the following values. ------------------------------------------------------------------------ -To finalize Claroline, please create a MySQL database. +To finalize the Claroline installation, please create a MySQL database. mysql -u root -p <<__EOF create database claroline; @@ -16,19 +16,17 @@ __EOF and direct your browser to -http://localhost/my-claroline-install-dir/claroline/install/ - -(Please note that claroline uses the subdirectory "claroline". So if -your installation directory is also called "claroline", this results -in the link: - -http://localhost/claroline/claroline/install/ - -) - -You should see a warning for step 1 which you can safely ignore and that -should also appear a warning during setup of the database access, because -we already created the database. +http://localhost/${MY_INSTALLDIR}/claroline/install/ + +NOTE: You should see a warning for step 1 which you can safely ignore! + The installation routine suggests write permission for the complete + installation directory. This is not necessary and the ebuild + ensures that only directories that need to be writeable are really + owned by the server. + +NOTE: There should also appear a warning during setup of the database. + This is ok since the database has already been created with the + instructions given above. ------------------------------------------------------------------------ |