rhoone / rho.one
rho.one website
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2.15
- ext-json: *
- bower-asset/bootstrap: ^3.4.1
- bower-asset/font-awesome: ^4.7.0
- bower-asset/holderjs: ^2.9.6
- bower-asset/jquery: ^3.3.1
- bower-asset/nprogress: ^0.2.0
- bower-asset/open-sans: ^1.1
- bower-asset/popper.js: ^v1.14.7
- bower-asset/punycode: ^1.3.2
- bower-asset/typeahead.js: ^0.11.1
- bower-asset/yii2-pjax: ^2.0.7.1
- ezyang/htmlpurifier: ^4.10.0
- rhoone/rhoone-feedback: dev-master
- rhoone/rhoone-library: dev-master
- rhoone/rhoone-library-huiwen: dev-master
- rhoone/rhoone-library-huiwen-tongjiuniversity: dev-master
- rhoone/rhoone-spider: dev-master
- rhoone/rhoone-task: dev-master
- rhoone/yii2-rhoone: dev-master
- rhosocial/yii2-oauth2client: dev-master
- rhosocial/yii2-user: dev-master
- yiisoft/yii2: >=2.0.18
- yiisoft/yii2-authclient: ^2.2.1
- yiisoft/yii2-bootstrap: ^2.0.10
- yiisoft/yii2-composer: ^2.0.7
- yiisoft/yii2-elasticsearch: 2.1.x-dev
- yiisoft/yii2-mongodb: ^2.1.7
- yiisoft/yii2-redis: ^2.0.9
- yiisoft/yii2-swiftmailer: ^2.1.2
Requires (Dev)
- codeception/base: ^2.5.5
- codeception/verify: ~0.3.3
- iiifx-production/yii2-autocomplete-helper: *
- yiisoft/yii2-debug: ^2.1.2
- yiisoft/yii2-faker: ^2.0.4
- yiisoft/yii2-gii: ^2.1.0
This package is auto-updated.
Last update: 2024-10-14 20:12:00 UTC
README
This project is used to demonstrate the basic functionalities of the yii2-rhoone project and its extensions.
System Requirements
- Apache 2.4
- PHP 7.2
- MySQL 8.0
- Composer 1.6
Installation
Check out the source code
The preferred way to install this project is through Composer.
Please run:
composer create-project rhoone/rho.one:dev-master rho.one
Import the database
mysql < rho_one.sql
The rho_one.sql
file can be found in the databases
folder.
You may need to specify a username and password during the import process.
Add site
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.conf
Reload it:
service apache2 reload