https://github.com/niche4u/yunjianyi
yunjianyi.com is A high performance open-source forum software written in Yii2.
https://github.com/niche4u/yunjianyi
Last synced: about 1 month ago
JSON representation
yunjianyi.com is A high performance open-source forum software written in Yii2.
- Host: GitHub
- URL: https://github.com/niche4u/yunjianyi
- Owner: niche4u
- License: bsd-3-clause
- Created: 2015-07-08T08:50:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T07:25:59.000Z (over 9 years ago)
- Last Synced: 2024-07-30T20:38:21.529Z (9 months ago)
- Language: PHP
- Homepage: http://yunjianyi.com
- Size: 15.1 MB
- Stars: 91
- Watchers: 13
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-yii2 - yunjianyi
README
# yunjianyi
yunjianyi is A high performance open-source forum software written in Yii2.
## Demo Website
[yunjianyi](http://yunjianyi.com/)
## Requirements
* PHP version 5.3.6 or higher.
* MySQL version 5.0 or higher.
* Nginx or apache## Install
```
git clone http://github.com/chonder/yunjianyi.git yunjianyi
cd yunjianyi
php init
```
Create database yii2advanced## Database
Edit the file `common/config/db.php` with real data, for example:
```php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=yii2advanced',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
];
```## Usage
* Use the URL `http://www.domain.com` point to `yunjianyi/frontend/web/` to access application frontend.
* Use the URL `http://admin.domain.com` point to `yunjianyi/backend/web/` to access application backend.## Default admin and password
```
admin
adminadmin
```##Features
* Theme based bootstrap3, Designed for everyone, everywhere.
* Discussions Node based.
* High performance.
* The modern Notification Center (currently supported and @ replies).
* The topic body based markdown.##License
Copyright 2015 yunjianyi ([email protected])
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://yunjianyi.com/LICENSE.md
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.