Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I information
  • Project information
    • Project information
    • Activity
    • Members
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
Collapse sidebar

webGo Information wiki

  • webGo
  • information
  • Wiki
  • Gomenu
  • experimental installation for byod

experimental installation for byod · Changes

Page history
Update experimental installation for byod authored May 25, 2020 by Martin Lam's avatar Martin Lam
Hide whitespace changes
Inline Side-by-side
goMenu/experimental-installation-for-byod.md
View page @ 39bf1230
......@@ -9,8 +9,8 @@
### Azure blob storage
Main usages
* Host the static files for the cloud BYOD ordering.
* Synchronize the static files to all shop servers which reduce the time of manual remote update.
* Upload the converted menu json to blob for cloud BYOD ordering.
* Synchronize the static files to all shop servers which reduce the time of the manual remote update.
* Upload the converted menu JSON to blob for cloud BYOD ordering.
I used [AzCopy](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10) to handle the upload and download task. I wrote some batch commands and deployed them to all KABU shops. You can reach me or just remote to any KABU shop if you are interested in the advantage of updating static files without remoting a high number of shops.
......@@ -19,11 +19,11 @@ I used [AzCopy](https://docs.microsoft.com/en-us/azure/storage/common/storage-us
Due to a good experience in modulization for UC RARe. I revamped the goMenu server to modulized goMenu-service and call-service. And added BYOD, BYOD-table-service, and print-service for the goOrder features. I planned to integrate these versions of goMenu-service with RARe. I hope it can break the wasting of RARe-vs-KABU in the past years.
### Symlink
I found a useful method called `symlink` which suite for our deployment which needs to sharing some static files like config, images, etc between serval program. You can take a look at this [guide](/guides/folder-structure-for-deployments) and the [list](symlink-static-files-list).
I found a useful method called `symlink` which suite for our deployment which needs to sharing some static files like config, images, etc between serval program. You can take a look at this [guide](/guides/folder-structure-for-deployments) and the [list](/goMenu/symlink-static-files-list).
### X-Request-ID
To add ablitity for tracing the same HTTP request through log entries.
To add the ability for tracing the same HTTP request through log entries.
What the problem in the past? Usually your logs look something like this:
```
......
Clone repository
  • goFTP
    • notes
    • released apk version
  • goMenu
    • BYOD flow
    • error code UCR integration
    • experimental installation for byod
    • symlink static files list
    • uat environment
  • goPOS
    • clear test data before new shop opening
    • daily clearance run before all transactions processed tenren
    • daily clearance run before all transactions processed
    • missing handle update payment
  • goPick
    • error code table
  • goQueue
    • Components Version Compatibility
    • Features and Compatibility
    • Released APK Version
View All Pages