Code Monkey home page Code Monkey logo

teamtalk's Introduction

TeamTalk

IM system for net-programing-learning.
Dependency:

Please install mysql, you can use the following version or other version Ver 15.1 Distrib 5.5.60-MariaDB.
Attention: Please do not use yum installed mysql in systems below centos 6.

You should also install redis which can be downloaded in this link.

tar zxvf redis-2.8.19.tar.gz
cd redis-2.8.19
make
cd src
make install PREFIX=/usr/local/redis
mv redis.conf /usr/local/redis/etc

Building:

TeamTalk must be build using a reasonable C++ compiler,Also it should support c++11. Before building the server,excute the following x.sh

make_hiredis.sh  #if u have install redis manually,also try it
make_log4cxx.sh
make_mariadb.sh  #maybe u can ignore it if you have install the mariaDB
make_protobuf.sh
Then go to the `/server/src` and excute the `build.sh version 1`.<br>

Using:

After compiling, a .gz file will be generated in the parent directory.

tar zxvf im-server-1.tar.gz
cd im-server-1
bash sync_lib_for_zip.sh
./restart.sh db_proxy_server
./restart.sh file_server
...
...

You'd better shoutdown the firewall like systemctl stop firewalld.

teamtalk's People

Contributors

favoniankong avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.