Commit 2cb06e9a by Пронин Евгений

Update README.md

1 parent fefd54d6
# Rfid server fake
> A fake rfid daemon for testing rfid powered applications
> Uses nodejs
## Install
### install node js
### install nodejs and npm
https://github.com/nodesource/distributions/blob/master/README.md#deb
### install app
clone repository `git clone http://gitlab.fimacomarketing.com:10080/ProninE/RfidServerFake.git`
cd RfidServerFake
npm install
- clone repository `git clone http://gitlab.fimacomarketing.com:10080/ProninE/RfidServerFake.git`
- cd RfidServerFake
- npm install
## Running
npm run start (Run/Start server for Production)
Open http://localhost:8888/
- npm run start (Run/Start server for Production)
- Open http://localhost:8888/
## Documentation
Service uses port 8888
see [Rfid Server documentation](http://gitlab.fimacomarketing.com:10080/PeripheryServer/PeripheryServer/raw/master/Daemons/RFIDServer/bin/help.txt)
\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!