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

Update README.md

1 parent fefd54d6
# Rfid server fake # Rfid server fake
> A fake rfid daemon for testing rfid powered applications > A fake rfid daemon for testing rfid powered applications
> Uses nodejs
## Install ## Install
### install node js ### install nodejs and npm
https://github.com/nodesource/distributions/blob/master/README.md#deb https://github.com/nodesource/distributions/blob/master/README.md#deb
### install app ### install app
clone repository `git clone http://gitlab.fimacomarketing.com:10080/ProninE/RfidServerFake.git` - clone repository `git clone http://gitlab.fimacomarketing.com:10080/ProninE/RfidServerFake.git`
cd RfidServerFake - cd RfidServerFake
npm install - npm install
## Running ## Running
npm run start (Run/Start server for Production) - npm run start (Run/Start server for Production)
Open http://localhost:8888/ - Open http://localhost:8888/
## Documentation ## Documentation
Service uses port 8888 Service uses port 8888
see [Rfid Server documentation](http://gitlab.fimacomarketing.com:10080/PeripheryServer/PeripheryServer/raw/master/Daemons/RFIDServer/bin/help.txt) see [Rfid Server documentation](http://gitlab.fimacomarketing.com:10080/PeripheryServer/PeripheryServer/raw/master/Daemons/RFIDServer/bin/help.txt)
\ No newline at end of file \ 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!