When installing using the composer, how to set the root directory of the installation, otherwise it creates and installs in "automad" directory in the default
Lz127 Hi there. As described in the docs, you can use the following to install it in the current directory:
composer create-project automad/automad .
mad When I do this from the root directory, the automad directory is created and cms is installed in it. And the site is installed at site.com/automad
Lz127 Hi, the . is telling Composer to use the current directory for installation. You should find the index.php in it. So make sure you don’t skip the dot at the end of the command.
.
index.php
mad Ок. Thanks
Powered by FreeFlarum.(remove this footer)