supplier client sections working with problematic authentication still active

This commit is contained in:
2020-02-27 15:44:43 -05:00
parent 9e86b18c3e
commit 2149345d3d
33 changed files with 456 additions and 281 deletions
+7
View File
@@ -4,6 +4,13 @@ Mozo server backend README
Application architecture
-----------------------------------------------
Building the product
------------------------------------------
1. Set the current routes to mozo-supplier client code (TODO: make way
better)
```ruby
File.write "#{ENV["MOZO_PATH_SUPPLIER"]}/app/global-functionality/js-routes.js", JsRoutes.generate.sub(/this\);\n$/, 'window);')
```
Server side monit config
--------------------------------------------------