Skip to content

boxcore/v2sex

 
 

Repository files navigation

V2SEX

V2SEX is A high performance open-source forum software written in Yii2.

Demo Website

V2SEX

Requirements

  • PHP version 5.3.6 or higher.
  • MySQL version 5.0 or higher.
  • Nginx or apache

Install

git clone http://github.com/chonder/v2sex.git v2sex
cd v2sex
php init

Create database yii2advanced

Database

Edit the file common/config/db.php with real data, for example:

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 v2sex/frontend/web/ to access application frontend.
  • Use the URL http://admin.domain.com point to v2sex/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 v2sex (admin@v2sex.com)

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 at

http://v2sex.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.

About

V2SEX is A high performance open-source forum software written in Yii2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.9%
  • PLSQL 1.0%
  • CSS 0.8%
  • Shell 0.2%
  • Batchfile 0.1%
  • Ruby 0.0%