indaclouds.fr

Some tips when I take time to write them down.

Articles


  • Sun 05 February 2023
  • posts

Mobile apps to travel in Vietnam

Context Travelling in Vietnam is not really difficult, but being autonomous about it is another thing. If you do not rent a motorcycle or car you’ll often travel by bus and train. So how do you book your bus or train tickets? Often, you’ll delegate the task to …

  • Tue 11 October 2022
  • posts

Build and upload code without knowing your arduino USB port address

In order to upload your code to your arduino, you have to know its USB port address. You can get the port using arduino-cli. arduino-cli board list Port Type Board Name FQBN Core /dev/ttyACM1 Serial Port (USB) Arduino/Genuino MKR1000 arduino:samd:mkr1000 arduino:samd So you know that …

  • Wed 22 February 2017
  • posts

Part 4 - Use Gitlab to build our docker image

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image Today, we'll use Gitlab CI to be able to …

  • Mon 20 February 2017
  • posts

Part 3 - Build a docker image

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image In this post, we'll create a custom docker image …

  • Wed 08 February 2017
  • posts

Part 2 - Create an odoo addon and install it

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image In this post, we'll create on odoo addon, make …