* Introduced logging task for the ui
* Do not update repo to allow multiple apps
* Setup logging first
* Different template names
* Separate docker logging config
* Removed duplication
* Common logging task.
* Tests.
* Lint.
* Commented out syslog server port for ui
* Testing file permissions.
* Moved rollback and logs into main deployment readme
* Removed duplicated section.
* Removed subdir mention
* Merged dependencies and prerequisites
* Lint at bottom
* Added configuration.md and execution.md
* Moved configuration
* Update path
* Moved administrator configuration
* Update name
* Moved execution.
* Moved stuff to execution.md
* Moved dependencies and prerequisites to sub-mds
* Moved stuff out of oracle subfolder
* Whitespace
* Simplyfy readme
* Removed backticks
* Whitespace
* Update path.
* Update user info
* Update phrasing
* Phrasing
* Force ln to mitigate error when postinstall is repeated
* Update readme
* Using yarn in place of npm run
* Changed env order - home first
* Removed gh-pages UI deploy
* Readme cosmetics
* Removed duplicate bridge overview
* Update readme
* Update repository address
* Update readme
* Changed NPM to Yarn everywhere
* Update readme
* Using tokenbridge monorepo in deployment instead of token-bridge
* Update ui/README.md
Co-Authored-By: Andrew Gross <andogro@gmail.com>
* Revert and/or change as per @akolotov explanation
* Removed checkWorker3 that was used in legacy bridge-rust-v1-native-to-erc
* Update deployment/oracle/README.md
Co-Authored-By: Alexander Kolotov <alexandr.kolotov@gmail.com>
* Apply suggestions from code review
Co-Authored-By: Alexander Kolotov <alexandr.kolotov@gmail.com>
* Update root readme and Update sub-repo readmes to point to root monorepository initialization.
* Removed obsolete GET /stuckTransfers
* Remove stuckTransfers
* Use shell instead of unmaintained docker_service module. Update naming in templates.
From Ansible README:
```
For those used to /usr/bin/chmod remember that modes are actually octal numbers. You must either add a leading zero so that Ansible's YAML parser knows it is an octal number (like 0644 or 01777) or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number.
```
The error was in using `644` mode instead of `0644`