Welcome!
This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.
How to add a module to CoreOs via terminal command
How to add a module to CoreOs or Container distributions via terminal command
Here is a short video for both of the way you already config ssh key on your pc or direct with your ssh key
CoreOs or Aws or Google Cloud platform all of them require secure, log in with ssh key.
To manual install odoo module from your computer via terminal you need to do the following:
1, cd to your directory with the module you want to add to your odoo addons.
2, mapping the ssh key to your system command
3, copy the module you want to push into your server.
4, update your list app & install your app.
scp -i ~/.ssh/imac -r saas_tools_backend [email protected]:/home/core
here is an example: [scp] is a command to copy your module [-i ~/.ssh/imac] is the path to your ssh key [-r saas_tools_backend] is module folder you want to copy to your server. [[email protected]:/home/core] is your server and patch you want to store your module.
Keep Informed
About This Community
Question tools
Stats
Asked: 6/14/19, 6:18 AM |
Seen: 142 times |
Last updated: 6/18/19, 7:46 AM |