diff options
Diffstat (limited to 'www/atutor/files/pkg-message.in')
-rw-r--r-- | www/atutor/files/pkg-message.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/atutor/files/pkg-message.in b/www/atutor/files/pkg-message.in new file mode 100644 index 000000000000..bde82ba2f977 --- /dev/null +++ b/www/atutor/files/pkg-message.in @@ -0,0 +1,30 @@ + +POST-INSTALL CONFIGURATION FOR ATutor +===================================== + +1) Add the following to your Apache configuration, and + restart the server: + + ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. + Alias /ATutor %%PREFIX%%/%%ATUTDIR%%/ + AcceptPathInfo On + <Directory %%PREFIX%%/%%ATUTDIR%%> + AllowOverride None + Order Allow,Deny + Allow from all + </Directory> + <Directory %%PREFIX%%/%%ATUTDATDIR%%> + AllowOverride None + Order Allow,Deny + Deny from all + </Directory> + +2) Visit your ATutor site with a browser (i.e., + http://your.server.com/atutor/), and you should + be taken to the install.php script, which will lead + you through creating a config.inc.php file and then + setting up ATutor, creating an admin account, etc. + +For more information, see the INSTALL DOCUMENTATION: + + http://www.atutor.ca/atutor/docs/installation.php |