Skip to content

xintao222/livehub

 
 

Repository files navigation

LiveHub

Open Source Live Chat

Install

curl -s https://getcomposer.org/installer | php

php composer.phar install

chmod -R 777 data logs

Apache2 Rewrite

<Directory /var/www/livehub>
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>

php.ini

date.timezone = PRC

About

Open Source Live Chat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.1%
  • PHP 12.2%
  • CSS 4.9%
  • HTML 4.7%
  • Other 0.1%