... | @@ -16,7 +16,7 @@ |
... | @@ -16,7 +16,7 @@ |
|

|
|

|
|
- [ ] Copy webGo folder
|
|
- [ ] Copy webGo folder
|
|
Copy `\\10.0.0.18\wo_data\Projects\webGO\goMenuBoard\PizzaHut\goMenuBoard-setup\webGo` to server `C:\`
|
|
Copy `\\10.0.0.18\wo_data\Projects\webGO\goMenuBoard\PizzaHut\goMenuBoard-setup\webGo` to server `C:\`
|
|
* [ ] Copy PM2 commands
|
|
- [ ] Copy PM2 commands
|
|
`\\10.0.0.18\wo_data\Projects\webGO\PM2\commands` to server `C:\webGo`
|
|
`\\10.0.0.18\wo_data\Projects\webGO\PM2\commands` to server `C:\webGo`
|
|
|
|
|
|
## Install NodeJS V12
|
|
## Install NodeJS V12
|
... | @@ -44,22 +44,20 @@ Copy `C:\webGo\temp_dev_ops\goSignage-nodejs\goSignage.js` and overwrite `C:\web |
... | @@ -44,22 +44,20 @@ Copy `C:\webGo\temp_dev_ops\goSignage-nodejs\goSignage.js` and overwrite `C:\web |
|
If the shop subscribes to the goPick solution.
|
|
If the shop subscribes to the goPick solution.
|
|
|
|
|
|
## Setup goMenuBoard with sold-out
|
|
## Setup goMenuBoard with sold-out
|
|
* [ ] Run `C:\webGo\Webon.Item.Control.Import\init-import-dbf-folders.cmd` as Administrator
|
|
|
|
|
|
|
|
* [ ] Input the shop-code like **639**, **218**
|
|
- [ ] Run `C:\webGo\Webon.Item.Control.Import\init-import-dbf-folders.cmd` as Administrator
|
|

|
|
- [ ] Input the shop-code like **639**, **218**
|
|
If everything go right
|
|

|
|

|
|
If everything go right
|
|
|
|

|
|
* [ ] Change to the same shop code in previous step `C:\webGo\Webon.Item.Control.Import\Webon.Item.Control.Import.exe.config`
|
|
- [ ] Change to the same shop code in previous step `C:\webGo\Webon.Item.Control.Import\Webon.Item.Control.Import.exe.config`
|
|

|
|

|
|
|
|
- [ ] Copy the latest version of oos-service and goMenuBoard-service to the server `C:\webGo\temp_dev_ops` and run `install.cmd`
|
|
* [ ] Copy the latest version of oos-service and goMenuBoard-service to the server `C:\webGo\temp_dev_ops` and run `install.cmd`
|
|
_Must be embedded version_
|
|
_Must be embedded version_
|
|
`\\10.0.0.18\wo_data\Projects\webGO\Release\oos-service`
|
|
`\\10.0.0.18\wo_data\Projects\webGO\Release\oos-service`
|
|
`\\10.0.0.18\wo_data\Projects\webGO\Release\goMenuBoard-service`
|
|
`\\10.0.0.18\wo_data\Projects\webGO\Release\goMenuBoard-service`
|
|
- [ ] Config oos-service at `C:\ras\oos-service\current\config\production-shop.json`
|
|
|
|

|
|
* [ ] Config oos-service at `C:\ras\oos-service\current\config\production-shop.json`
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"shops": [
|
|
"shops": [
|
... | @@ -70,9 +68,8 @@ _Must be embedded version_ |
... | @@ -70,9 +68,8 @@ _Must be embedded version_ |
|
]
|
|
]
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
- [ ] Config goMenuBoard-service at `C:\webGo\goMenuBoard-service\current\config\production.json`
|
|
* [ ] Config goMenuBoard-service at `C:\webGo\goMenuBoard-service\current\config\production.json`
|
|

|
|

|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"shopCode": "639",
|
|
"shopCode": "639",
|
... | | ... | |