Created
January 14, 2022 22:12
-
-
Save 0test/905dc973f57df32710f533200e4d35cf to your computer and use it in GitHub Desktop.
evo install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Установка | |
| composer create-project evolutioncms/evolution . | |
| cd core | |
| composer update | |
| cd ../install | |
| php cli-install.php --typeInstall=1 --databaseType=mysql --databaseServer=localhost --database="DBNAME" --databaseUser="DBUSER" --databasePassword="PASS" --tablePrefix="evo_" --cmsAdmin=admin --cmsAdminEmail="MAIL" --cmsPassword=”EVOPASSWORD” --language=ru --removeInstall=y | |
| cd ../core | |
| composer update | |
| php artisan package:create main | |
| echo '<?php return "EvolutionCMS\\Main\\Controllers\\";' > custom/config/cms/settings/ControllerNamespace.php | |
| php artisan extras extras TinyMCE5 master | |
| echo '<?php return "TinyMCE5";' > custom/config/cms/settings/which_editor.php | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment