With PPMessage, you can chat with visitor or customer via Web or mobile App as open source Intercom alternative.
PPMessage targets to run on Linux, macOS and even Windows operating systems. PPMessage includes a clear API system which could be integrated with any open source Content Management System like Wordpress, Drupal and any commercial system, even an e-commerce system.
PPMessage includes 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.
PPConsole is Web admin interface of PPMessage and open sourced as well. After PPMessage backend running, PPConsole provides a Web interface to manage the PPMessage system.
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.
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
./ppmessage.py
Access
Open your browser and visit `http://127.0.0.1:8945`, watch the log of `ppmessage.py` to use your URL.
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.
Copyright (c) 2010-2016, 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
http://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.