aboutsummaryrefslogtreecommitdiff
path: root/www/ojs2/pkg-message
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-31 18:57:07 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-31 18:57:07 +0000
commit3a0a9aaa160ba4c357b1ae3621a1bbb36c790a58 (patch)
tree1e0f272a7f944e09b8ae7ea8958ce07711f22945 /www/ojs2/pkg-message
parente72adc8f151b97b57324a0305f6ffb0fa046cbe8 (diff)
downloadports-3a0a9aaa160ba4c357b1ae3621a1bbb36c790a58.tar.gz
ports-3a0a9aaa160ba4c357b1ae3621a1bbb36c790a58.zip
- Update to 2.2.0
PR: ports/122238 Submitted by: Filipe Rocha <filiperocha@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=210284
Diffstat (limited to 'www/ojs2/pkg-message')
-rw-r--r--www/ojs2/pkg-message34
1 files changed, 30 insertions, 4 deletions
diff --git a/www/ojs2/pkg-message b/www/ojs2/pkg-message
index 786aa0cf2091..35971805cb8e 100644
--- a/www/ojs2/pkg-message
+++ b/www/ojs2/pkg-message
@@ -1,6 +1,32 @@
-===================================================
-Please read docs/README for more instalation
-information
+==================================================================================
+* Please read docs/README (http://pkp.sfu.ca/ojs/README) or browse to
+ http://pkp.sfu.ca/ojs_documentation
+ on HOW-TO get OJS fully functional
+
+* See lib/libraries.txt for a list of third-party
+ libraries used by OJS.
+
+Recommended Configuration
+-------------------------
+
+A secure deployment can be best achieved by using the following policies:
+
+ * Dedicate a database to OJS; use unique credentials to access it.
+ Configure this database to perform automated backups on a regular
+ basis. Perform a manual backup when upgrading or performing
+ maintenance.
+
+ * Configure OJS (config.inc.php) to use SHA1 hashing rather than MD5.
+
+ * Configure OJS (config.inc.php) to use force_ssl_login so that
+ authenticated users communicate with the server via HTTPS.
+
+ * Install OJS so that the files directory is NOT a subdirectory of
+ the OJS installation and cannot be accessed directly via the web
+ server. Restrict file permissions as much as possible. Automated
+ backups of this directory should be roughly synchronized with
+ database backups.
Forum: <http://pkp.sfu.ca/support/forum/>
-===================================================
+
+=================================================================================