With PPMessage, you can chat with visitor or customer via Web or mobile App.
PPMessage targets to run on Linux, macOS and even Windows operating systems, including a series of frontend SDK named PPCom which run on your visitor or customer side, and a series of frontend App named PPKefu which run on your service team side. (Kefu comes from 客服 a chinese word, which means agent whose duty is customer service)
PPMessage provide a SaaS serivce, which are compatible with the Open Souce code. It means Web or Mobile App integrated with PPCom can work with the Open Source and SaaS service with minor changes (different key).
PPConfig is the first web UI you may meet. If you want to run a PPMessage server from source, PPMessage will guide you to config itself at first. After config is done, you will not need PPConfig any more. (Remove the config.json
file under ppmessage/bootstrap, you can reconfig PPMessage with PPConfig)
Clone
git clone https://github.com/PPMESSAGE/ppmessage.git
cd ppmessage
Under Debian/Ubuntu
bash ppmessage/scripts/set-up-ppmessage-on-linux.sh
Under macOS
bash ppmessage/scripts/set-up-ppmessage-on-mac.sh
Under Windows
Check this
Run and check log
./main.py
Access
Open your browser and visit `https://your.local.ip:8945`, check the log of `main.py` to use your URL instead.
Reconfig PPMessage, just remove the file
ppmessage/bootstrap/config.json
and runmain.py
again.
Not working yet? Please fire an issue on Github, thanks. Enjoy!
Read following document to use and develop PPMessage. Check More details on PPMessage Site.
Please read license carefully, you can use PPMessage freely under the license.
PPMessage is open sourced and one domain (including one web site and one app) only, if needs more than one domain deployment you needs contact the author to get commercial permission.
Copyright (c) 2010-2017, PPMESSAGE team and contributors - https://www.ppmessage.com and https://github.com/PPMESSAGE/ppmessage
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.