Skip to content

Commit

Permalink
readme for dev ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Nardecchia authored and Alessandro Nardecchia committed Apr 15, 2024
1 parent fbcea69 commit 7af42fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion utils/README_DEV
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@
- Install first the module (ns8-odoo)


- nodebuilder-odoo
- nodebuilder-odoo (AAA)
- - is a container created by build-images.sh
- - it create a pod env for build vue UI
- - podman rm nodebuilder-odoo (if issues occures)


- dev container for ui (First part for dev)
- - cd ui
- - podman build -t ns8-odoo-dev .
- - podman run -ti -v $(pwd):/app:Z --name ns8-odoo --replace ns8-odoo-dev watch


- sync modify of UI dev
- - cd ui
- - watch -n 1 rsync -avz --delete dist/* /var/lib/nethserver/cluster/ui/apps/odoo109/

0 comments on commit 7af42fc

Please sign in to comment.