Skip to content

Instantly share code, notes, and snippets.

@0test
Created January 14, 2022 22:12
Show Gist options
  • Select an option

  • Save 0test/905dc973f57df32710f533200e4d35cf to your computer and use it in GitHub Desktop.

Select an option

Save 0test/905dc973f57df32710f533200e4d35cf to your computer and use it in GitHub Desktop.
evo install
Установка
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