Handle of characters transfer using wowtransfer.com service.
Application divides in two parts:
-
Frontend - this is part for users (players).
-
Backend - this is part for administrations, allow create, delete and update transfers, create and delete the characters.
And third simple part is an installer!
- PHP 5.5+
- MySQL 5.1+
- jquery-2.1.4
- bootstrap-3.3.4
- Yii framework version 1.16+
- yiistrap 2.0.3+ extension for Yii
- Twitter bootstrap 3.3.4+
use composer install or composer update commands.
yiistrap,
download extension to /protected/extensions/yiistrap directory
npm install less
npm install -g less-plugin-clean-cssSet up less in the IDE.
This section has three ways
- Create the subdomain on the server.
- Copy and extract an archive to subdomain`s directory.
- Go to
/installurl.
- Create the directory in the document root.
- Copy and extract an archive to this directory.
- Go to
/directory/installurl.
- Create the directory on the server.
- Create symvolic link to this directory in the document root.
- Go to
/directory/installurl.
This section is not completed.
- Dowload the latest release from github.
- Extract an archive to the directory.
- Copy all files to server, overwrite all.
- Run configuration migration script
- Run database migration script
TODO: do it via web interface.
Warning! The master branch is not release. Download only releases.
- Simple application, KISS principle.
- Minimum dependences.
- Minimum network data.
- Include installer.
- If service is denied then use default values, don't throw exceptions!
- user - Simple users (players).
- admin - Full privileges.
PSR2 compatible style.