Yii 1.1.19
###Pages:
- main - http://intita.com/
- lecture - http://intita.com/course/ua/php/intro/1
- teacher profile - http://intita.com/teacher16/
- extended registration - http://intita.com/studentreg
- teachers - http://intita.com/teachers
- courses - http://intita.com/courses
- course - http://intita.com/course/ua/php
- about us - http://intita.com/aboutus
- user profile - http://intita.com/studentreg/profile/?idUser=22
- user profile edit - http://intita.com/studentreg/edit
- graduates - http://intita.com/graduate
- forum - http://intita.com/forum/
###Admin pages
- [IntITA CMS] (http://intita.com/cabinet) - http://intita.com/cabinet
###PHP Extensions
- mcrypt
- mbstring
- imap
- xml
- zmq
###Deploy/Installation
- Install PHP with extensions
- Install and configure Nginx/Apache
- Install bower and composer
- Go to the directory PROJECT_PATH/angular
- Run 'bower install' ('bower install --allow-root' if needed )
- Go to the directory PROJECT_PATH/protected
- Run 'composer install'
- Make directories PROJECT_PATH/assets, PROJECT_PATH/runtime PROJECT_PATH/protected/runtime
If needed unpack example content from example_content archive
###Docker support
- Install Docker and Docker-compose
- Copy .env-
- Run 'docker-compose up'
###Nginx Configuration for projects location ~* ^/(test|projects)/{ index index.html index.htm; } location ~* ^/(test|projects)/.+.(php|php3|php4|php5|phtml|phps|pl|pm)$ { deny all; }