Text quest game special for http://masseffect2.in.
For now there are:
- PHP 5.4
- MySQL 5.1
- Create new database in MySQL. You can use any name, let it be
interfic
. - Clone this repo
- Run
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer install
to install framework and all dependencies.
- Run
composer run-script post-create-project-cmd
to process some after-project installation. This step will be removed after publication at Packagist. - Run
path/to/php init.php --db_username=<DB username> --db_password=<DB password> --db_host=<DB host> --db_name=<DB name>
where parameters match your MySQL server settings.
- Run
path/to/php yii migrate
to setup database. If you run on server, use--interactive=0
argument to skip confirmation on next console commands. - Run
path/to/php yii migrate --migrationPath=@yii/rbac/migrations
- Run
path/to/php yii rbac/init
to install users authentication system. - Run
path/to/php yii rbac/create-admin
to create first admin account in system, if you do not have it.
For better URLs you can configure your server to use /web as root directory for site.
System is installed, use it at your own risk!