nicklaros/pos-ws-server
Composer 安装命令:
composer require nicklaros/pos-ws-server
包简介
Websocket backend server for POS
关键字:
README 文档
README
Websocket backend server for Next Gen POS
Demo
site = http://pos.jawait.net
user = admin
pass = admin
Requirements
ComposerMemcacheZero MQ- Httpd server (nginx, apache atau lainnya)
- MariaDB atau MySql
- PHP 5.4 +
Propel ORM[Optional]
Frontend Repository
POS - Next Generation Point Of Sale Application
Setting Up Project
- Clone or fork POS-ws-server to your computer
- Use
composer updatecommand in POS-ws-server root directory to tell composer to gather required dependencies for you
Running the Server
Go to POS-ws-server root directory and use the following command
$ php bin/server.php
Database Scheme
Click here to view database scheme
Important Information
-
By default, POS will try to connect websocket at
ws://pos.localhost:8080, so that means you have to set your POS development address tohttp://pos.localhostand make sureport 8080is open. Edit these two file if you want to change default setting-
Frontend:
POS/app/fn/Util.jsonline 19Ext.ws.Main = POS.fn.WebSocket.create('ws://pos.localhost:8080/POS/Mains');
-
Backend:
POS-ws-server/bin/server.phponline 20$app = new App('pos.localhost', 8080);
Important to note that the address and port on each file above must be identical or the connection will fail!
-
-
Default MySql database configuration:
- host: "localhost"
- database: "pos"
- user: "root"
- password: "sqlpass"
Edit these two file if you want to change default setting
- Frontend:
POS/remote/propel-config.php - Backend:
POS-ws-server/propel-config.php
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-10-24