Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2016 01:22:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208779] www/typo3: update to 7.6.5
Message-ID:  <bug-208779-13-GXaG8IS8vP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208779-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208779-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208779

--- Comment #12 from Wen Heping <wen@FreeBSD.org> ---
The pkg-message.in file I suggest as below. But if maintainer does not agree
set WWWDIR writable, would you add some message to help the user to complete
the install ?

wen




POST-INSTALL CONFIGURATION FOR TYPO3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

1) Add the following to your Apache configuration file
   httpd.conf, and restart the server:

   For Apache versions earlier than 2.4:

   Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/
   AcceptPathInfo On
   <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%>
      Options Indexes FollowSymLinks
      AllowOverride None
      Order Allow,Deny
      Allow from all
   </Directory>

   For Apache version 2.4.x or above:

   Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/
   AcceptPathInfo On
   <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/>
      Options Indexes FollowSymLinks
      AllowOverride None
      Require all granted
   </Directory>

3) Visit your Moodle site with a browser (i.e.,
   http://your.server.com/typo3/), and you should
   be taken to the install.php script, which will lead
   you through creating a config.php file and then
   setting up Moodle, creating an admin account, etc.

For more information, see the INSTALL DOCUMENTATION:

  https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/INSTALL.md
   For Apache version 2.4.x or above:

   Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/
   AcceptPathInfo On
   <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/>
      Options Indexes FollowSymLinks
      AllowOverride None
      Require all granted
   </Directory>

3) Visit your typo3 site with a browser (i.e.,
   http://your.server.com/typo3/), and you should
   be taken to the install.php script, which will lead
   you through creating the typo3 site.

For more information, see the INSTALL DOCUMENTATION:

  https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/INSTALL.md

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208779-13-GXaG8IS8vP>