Yii: Установка и настройка Yii-app заготовки приложения от Crisu83

Yii: Установка и настройка Yii-app заготовки приложения от Crisu83 Как установить Yii-app

Setup

  • Set up Git by following the instructions here.
  • Download and install Composer by following the instructions here.
  • Run composer create-project crisu83/yii-app [APP-NAME] and composer will create the project for you.
  • Browse through the composer.json and remove the dependencies you don't need.
  • Download and install Node.js by following the instructions here here.
  • Run npm install to download the Node.js dependencies.
  • Update the configurations in app/config to suit your needs.
  • Start Grunt by running grunt and it will compile your LESS and deploy your JavaScript files.
  • Run yiic environment dev to activate the development environment. (у меня работает только app/yiic environment dev - эта команда создаст нужные файлы, в частности app/config/main-environment.php)
  • You're done! Navigate to web/index.php to see your application.

Для переноса на сервер важно:

корневой указывать папку web!!! (то есть связку домен-папка - прописать site/web)

окружение поменять на prod: ./yiic environment prod (предварительно в папке environments указать доступ к базе на сервере, не забыв если надо указать префикс 'tablePrefix' => 'tbl_')

almix
Разработчик Loco, автор статей по веб-разработке на Yii, CodeIgniter, MODx и прочих инструментах. Создатель Team Sense.

Вы можете почитать все статьи от almix'а.



Другие статьи по этой теме:

Комментарии (0)     Подпишитесь на RSS комментариев к этой статье.