kannst Du mir vom Anfang helfen.
Ich habe noch mal typo3_src und dummy downloaden.
Dummy habe ich als cms genannt, so wie hier ist:
Zitat:
4 Rename the dummy-<version> directory to fit your needs and make sure it
is accessible by your webserver (for example by creating a virtual
host). We assume you rename the directory to cms:
$ mv dummy-<version> cms
5 Set permissions (as root:sad: There are at least two options.
These steps will make four directories writable for the webserver:
- cms/fileadmin/
- cms/typo3conf/
- cms/typo3temp/
- cms/uploads/
5.a (recommended)
Run these commands as root in the cms/ directory:
# chgrp -R <wwwserver> fileadmin typo3conf typo3temp uploads
# chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads
... where <wwwserver> is the name of the group your webserver
is running as
5.b (insecure but easy to apply)
I repeat: This is insecure!
Do not use this method if you are working on a shared server!
Simply run this command:
$ chmod -R a+w fileadmin typo3conf typo3temp uploads
6 Check the symlink cms/typo3_src and make sure it points to the source
directory.
(See above: "Newbie information about the TYPO3 filesystem structure")
7 In your browser, visit http://[your.site.name]/cms/ |
das habe ich auch unter srv/www/htdics jetzt rübekopiert.
also cms steht unter :/srv/www/htdocs/cms.
wo soll ich typo3_src kopieren.
Wenn ich meine seite abrufe, komme ich zu Install tools, die man ausfüllen soll, aber vor dieser Punkte steht iweder was:
Zitat:
Warning: mkdir(/srv/www/htdocs/cms/typo3temp/pics) [function.mkdir]: Permission denied in /srv/www/htdocs/typo3_src-4.1.2/t3lib/class.t3lib_div.php on line 2522 Warning: mkdir(/srv/www/htdocs/cms/typo3temp/temp) [function.mkdir]: Permission denied in /srv/www/htdocs/typo3_src-4.1.2/t3lib/class.t3lib_div.php on line 2522 Warning: mkdir(/srv/www/htdocs/cms/typo3temp/llxml) [function.mkdir]: Permission denied in /srv/www/htdocs/typo3_src-4.1.2/t3lib/class.t3lib_div.php on line 2522 Warning: mkdir(/srv/www/htdocs/cms/typo3temp/cs) [function.mkdir]: Permission denied in /srv/www/htdocs/typo3_src-4.1.2/t3lib/class.t3lib_div.php on line 2522 Warning: mkdir(/srv/www/htdocs/cms/typo3temp/GB) [function.mkdir]: Permission denied in /srv/www/htdocs/typo3_src-4.1.2/t3lib/class.t3lib_div.php on line 2522 |
könntest Du mir noch helfen?