Closed Zeromax closed 7 years ago
Would that mean only an administrator can install Contao on windows?
/cc @contao/developers
Yes. I do not know why this is the case on windows. It is only the symlink stuff which does only work, if you are an admin.
So should we update the note to tell about XAMPP on windows?
@leofeyer sorry I do not get what PHP with FCGI
has to do with PHP with CLI
. Except that both is PHP... Sure, it is possible that this is a XAMPP PHP limitation. But I don't think so.
Here I am talking about: php composer.phar create-project contao/standard-edition:4.0.2 <target>
This is a CLI
command wich never triggers any php_mod
or fcgi mod
. It triggers PHP direct.
Or do I get something wrong in general?
Here is a cli output where I trigger the mklink
on windows direct:
Left Normal User | on the right Admin User
You see: The symlink is not created by a normal user. (I am on Windows 10)
How do we continue with this @leofeyer @Zeromax ?
I don't know. Obviously it is an XAMPP limitation that can be solved in two ways:
Ok, so I would suggest to change the sentence to something like
On Windows, depending on the setup (e.g. default XAMPP), you might need run this command as an administrator.
@lionel-m can you verify the french version?
On Windows, depending on the setup (e.g. default XAMPP), you might need run this command as an administrator.
Sous Windows, en fonction de la configuration (par ex. XAMPP par défaut), vous devrez peut-être exécuter cette commande en tant qu'administrateur.
@Zeromax can you update the pull request?
Merged in bba870a
Add an Administraion Hint for Windows. Symlink creation under windows is only possible as Admin.