Dear All,
I've following instructions to have Odoo 12:
1. AWS EC2 new instance, Ubuntu 64. Setting corresponding security policy <done>
2. SSH access <done>
3. Docker installation as per (https://docs.docker.com/install/linux/docker-ce/ubuntu/). Hello world run is ok
4. Create user for odoo with sudo and docker group permission
5. Install odoo following https://docs.docker.com/samples/library/odoo/
6. Having problem with odoo-bin scaffold to create custom module. Then delete the container and recreate one using:
docker run -v /path/to/addons:/mnt/extra-addons -p 8069:8069 --name odoo --link db:db -t odoo
7. test by opening the ip-add:8069 in Chrome: its working. Creating first database, done.
8. SSH as odoo user and trying to create custom module - using either odoo-bin; /odoo-bin; odoo; ./odoo-bin --> all 'command not found'
Its been 3 very painful days trying on this, but no success up to now.
Please help.