This is yet another chat project made for practide and fun. Maaaaybeeee sometimes it will grow to serious, big, enterprise-level project. All you can do now is just use it and report bugs to improve whatever its called. Enjoy :3
You will need:
- Any VPS/VDS on Ubuntu/Debian
- MySQL package
- Root privilegies (strongly recommended for installer)
You should do:
- Download server binary to folder (e.g. "unchat") and chmod is (
chmod +x server) - Create mysql table named
unchat:mysql -u root -p CREATE DATABASE unchat; exit;
- Configure your server network in server.h
- Run the binary:
P.S. its recommended to use screen package to not lose process and its tty console:
cd unchat ./serversudo apt install screen, and then run with command:cd unchat screen -s unchat -dm ./server
You should do:
- Download installer-beta.sh or installer-stable.sh
- Configure your client network in client.h
- Execute it. Installer will automatically download all needed libraries and chat binary
I'll update this later