itlo / app-template
Шаблон корпоративного сайта на ITLO-CMS
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:HTML
Type:project
Requires
- itlo/cms-basic: dev-master
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-01 00:27:47 UTC
README
Ссылки
Установка
# Download latest version of composer curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php # Installing the base project SkeekS CMS COMPOSER_HOME=.composer php composer.phar create-project --prefer-dist --stability=dev itlo/app-template demo.ru # Going into the project folder cd demo.ru #Edit the file to access the database, it is located at common/config/db.php #Update configs COMPOSER_HOME=.composer php composer.phar self-update && COMPOSER_HOME=.composer php composer.phar du #Installation of ready-dump php yii migrate -t=migration_install -p=backup/migrations