summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/claroline/files')
-rw-r--r--www-apps/claroline/files/digest-claroline-1.7.11
-rw-r--r--www-apps/claroline/files/postinstall-en.txt38
2 files changed, 0 insertions, 39 deletions
diff --git a/www-apps/claroline/files/digest-claroline-1.7.1 b/www-apps/claroline/files/digest-claroline-1.7.1
deleted file mode 100644
index d82cc96..0000000
--- a/www-apps/claroline/files/digest-claroline-1.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5531e14579ad0beaf08bf3a941145eba claroline171.tar.gz 3815851
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...
-