[Typo3-linux] A single source code installation for many web Sites
Roberto
rmartinez at netcontac.com
Sun Sep 25 06:29:21 CEST 2005
Hi and thank you both, Nick and Franz.
I had reviewed all the documents suggested, please let me know if I am
missing something in my configuration:
1. I untar typo3_src-x.x.x.tar.gz within /etc which creates:
/etc/typo3_src-x.x.x
2. Then I untar testsite-x.x.x.tar.gz at /home/httpd/vhosts/domain.com
which creates:
/home/httpd/vhosts/domain.com/testsite-x.x.x
3. At /home/httpd/vhosts/domain.com I run:
chgrp -R /home/httpd/vhosts/ /etc/typo3_src-x.x.x/ testsite-x.x.x/
chmod -R g+w,o-rwx /etc/typo3_src-x.x.x/ testsite-x.x.x/
4. At /home/httpd/vhosts/domain.com I make:
ln -s /etc/typo3_src-x.x.x typo3_src
(Creating /home/httpd/vhosts/domain.com/typo3_src)
5. At /home/httpd/vhosts/domain.com/testsite-x.x.x I make the symlinks:
t3lib -> /etc/typo3_src/t3lib/
tslib -> /etc/typo3_src/tslib/
typo3 -> /etc/typo3_src/typo3/
index.php -> tslib/index_ts.php
media -> tslib/media/
showpic.php -> tslib/showpic.php
6. I rename testsite-x.x.x/ to httpdocs/
7. In the browser I run the install tool at http://domain.com/
8. I will be able to work with http://domain.com/typo3
With further Web sites I repeat point 2 to 8 making changies in point 3:
chgrp -R testsite-x.x.x/
chmod -R g+w,o-rwx testsite-x.x.x/
I am not sure in point 3 if chgrp -R <wwwserver> is the same than chgrp -R
/home/httpd/vhosts/ as it will not be necesary for further instalations.
Any comments?
Sincerely,
Roberto
More information about the TYPO3-linux
mailing list