Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| teams:erp:process:setup-environment [2020/12/22 23:26] – external edit 127.0.0.1 | teams:erp:process:setup-environment [2024/11/14 18:01] (current) – [General Setup] aaron | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| * Shell. Make sure you know your way around a shell. Look through [[https:// | * Shell. Make sure you know your way around a shell. Look through [[https:// | ||
| * Password Managers. Understand the point of password managers such as Last Pass. | * Password Managers. Understand the point of password managers such as Last Pass. | ||
| - | * Version Control and Source Repositories. We use Bitbucket | + | * Version Control and Source Repositories. We use Github |
| * SSH. Make sure you know how to setup and use SSH keys on your system. | * SSH. Make sure you know how to setup and use SSH keys on your system. | ||
| * IDEs/ | * IDEs/ | ||
| Line 27: | Line 27: | ||
| - **Browser.** [[https:// | - **Browser.** [[https:// | ||
| - | - **Lastpass.** Set up [[https:// | + | - <del>**Lastpass.** Set up [[https:// |
| - | - **Bitbucket.** Generate an ssh key locally with `ssh-keygen` if you don't already have one and upload that to your Bitbucket | + | - **Github.** Generate an ssh key locally with `ssh-keygen` if you don't already have one and upload that to your Github |
| === Shell === | === Shell === | ||
| Line 83: | Line 83: | ||
| ``` | ``` | ||
| - | Now if we take a specific client, for example, we will want to have a nested directory for each version of a project. We will look at Bell Racing. Bell Racing has an Odoo instance running on version 9. This is a git repository stored at bitbucket.org/bluestingray/ | + | Now if we take a specific client, for example, we will want to have a nested directory for each version of a project. We will look at Bell Racing. Bell Racing has an Odoo instance running on version 9. This is a git repository stored at github.com/gobluestingray/ |
| In most development scenarios, you would just keep the code under a single directory that you cloned down but switch between branches. Since we are using docker, and because there are such large differences between versions of Odoo, you will want a separate `git clone` for each version: | In most development scenarios, you would just keep the code under a single directory that you cloned down but switch between branches. Since we are using docker, and because there are such large differences between versions of Odoo, you will want a separate `git clone` for each version: | ||
| Line 89: | Line 89: | ||
| ```sh | ```sh | ||
| - | $ ~/ | + | $ ~/ |
| - | $ ~/ | + | $ ~/ |
| ``` | ``` | ||