diff options
Diffstat (limited to 'www-apps/claroline/files/postinstall-en.txt')
-rw-r--r-- | www-apps/claroline/files/postinstall-en.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www-apps/claroline/files/postinstall-en.txt b/www-apps/claroline/files/postinstall-en.txt deleted file mode 100644 index 7b576fc..0000000 --- a/www-apps/claroline/files/postinstall-en.txt +++ /dev/null @@ -1,38 +0,0 @@ -The claroline install instructions request setting your php.ini file -to the following values. - - safe_mode = Off - magic_quotes_runtime = Off - ------------------------------------------------------------------------- - -To finalize the Claroline installation, please create a MySQL database. - -mysql -u root -p <<__EOF -create database claroline; -GRANT ALL PRIVILEGES ON claroline.* TO 'claroline'@'localhost' IDENTIFIED BY 'mysecretpass'; -FLUSH PRIVILEGES; -__EOF - -and direct your browser to - -http://localhost${VHOST_APPDIR}/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 the setup of the database. - This is ok since the database has already been created with the - instructions given above. - ------------------------------------------------------------------------- - -Additional notes: - -Claroline will not work if you install it with the -VHOST_LINK_TYPE="soft" setting in your /etc/vhosts/webapp-config -file. So don't complain... - |