An open API service indexing awesome lists of open source software.

https://github.com/oprogramador/chat


https://github.com/oprogramador/chat

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Chat

==

Documentation (in Polish): doc/doc.pdf

To run the app, please do the following steps:

install php5-gd

do composer update

in mysql create (if does not exist) user 'root' and set password 'pass' to it

in mysql create database chat and run db.sql on it

copy all project files (or create a symbolic link) to localhost in cgi/ajax_chat/

==

On linux you can use startup.sh script.