Edit IoT Core Code (IoT Box)

Tags: iot box compatible virtual iot incompatible

  1. Connect in SSH to your IoT box

    See also

    SSH (IoT)

  2. Stop the IoT Odoo service

    $ sudo service odoo stop
    
  3. Mount the IoT box in write mode

    $ sudo mount -o remount,rw /
    
  4. Edit the core code (located in ~/odoo/ folder). You can use nano or vim to edit the files.

  5. Restart the IoT Odoo service for the changes to take effect

    $ sudo service odoo start