https://github.com/oprogramador/chat
https://github.com/oprogramador/chat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oprogramador/chat
- Owner: oprogramador
- Created: 2014-11-30T16:20:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T23:23:58.000Z (over 7 years ago)
- Last Synced: 2024-04-15T09:21:53.569Z (about 2 years ago)
- Language: PHP
- Size: 173 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.