-
-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Documentation for CONTAO CMS #547
Comments
Supplement: With the devilbox the correct PHP binary path should be recognized automatically. With a fresh installation you can than choose which Contao Version to install. Furthermore, if there is already a composer.json respectively a composer.lock the CM will install the exact configuration provided via these corresponding configuration files. After the installation process you could search and install further Contao extensions or use several maintenance tools without using a console at all. By the way: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What about this "stale" mode. Do you need something more ... ? |
The bot automatically helps me mange my issues and will mark (and later close) issues with no activity. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@fkaminski would you care to create a PR for that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The Contao Documentation now includes a devilbox guide: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixed here: #750 |
ISSUE TYPE
SUMMARY
I just realized that there is a documentation for the Contao CMS:
https://devilbox.readthedocs.io/en/latest/examples/setup-contao.html
It describes how to install Contao with Composer (console/shell).
This will probably not work because of the default PHP memory_limit ( 512M ).
So you have to setup the .ini with "memory_limit = -1" first for example. As described in:
https://devilbox.readthedocs.io/en/latest/configuration-files/php-ini.html#change-memory-limit-for-php-7-1
Using the "Contao Manager"
Another approach would be to use the "Contao Manager". The "Contao Manager" is a graphical tool to manage a Contao installation - and more. The CM includes a useful service called "Composer Cloud Resolver":
To use the CM you have to download the "contao-manager.phar" file from https://contao.org/de/download.html and copy it to the contao "web" folder.
Rename it to "contao-manager.phar.php".
Or just - in the Contao/vhost folder:
curl -o web/contao-manager.phar.php -L https://download.contao.org/contao-manager.phar
Call it like: https://my-contao.loc/contao-manager.phar.php ...
Goal
Update Documentation for CONTAO CMS
The text was updated successfully, but these errors were encountered: