This project is used to demonstrate the basic functionalities of the yii2-rhoone project and its extensions.
- Apache 2.4
- PHP 7.2
- MySQL 8.0
- Composer 1.6
The preferred way to install this project is through Composer.
Please run:
composer create-project rhoone/rho.one:dev-master rho.onemysql < rho_one.sqlThe rho_one.sql file can be found in the databases folder.
You may need to specify a username and password during the import process.
You need to create a new link in the /var/www directory, pointing to the source code directory.
Then copy the rho.one.conf file to the /etc/apache2/sites-available directory, and enable it:
a2ensite rho.one.confReload it:
service apache2 reload