Skip to content

Commit

Permalink
updated development setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunhegoda committed Sep 2, 2024
1 parent a835d8c commit e0e598c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/howto/developer_guides/development_setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development Setup

Setting up a local Odoo environment can be accomplished through two distinct methodologies.
Setting up a local OpenSPP environment can be accomplished through two distinct methodologies.

## 1. Docker Odoo Setup Using Doodba

Expand Down Expand Up @@ -52,7 +52,7 @@ This method is the traditional way of installing Odoo, involving manual installa

### Setup

1. Follow the official Odoo installation guide suitable for your Operating System.[Link](https://www.odoo.com/documentation/17.0/administration/on_premise.html)
1. Follow the official Odoo installation guide suitable for your Operating System. [Link](https://www.odoo.com/documentation/17.0/administration/on_premise/source.html)

2. Inside the Odoo folder, create a new directory named custom.

Expand All @@ -61,15 +61,11 @@ This method is the traditional way of installing Odoo, involving manual installa
4. Navigate to “custom” and git clone all of the following repositories and their corresponding branches:

- `git clone –branch 17.0 https://github.com/OCA/connector.git`
- `git clone –branch 17.0 https://github.com/OCA/dms.git`
- `git clone –branch 17.0 https://github.com/OpenSPP/openspp-modules`
- `git clone –branch 17.0 https://github.com/OCA/queue.git`
- `git clone –branch 17.0 https://github.com/OCA/rest-framework.git`
- `git clone –branch 17.0 https://github.com/OCA/server-auth.git`
- `git clone –branch 17.0 https://github.com/OCA/server-backend.git`
- `git clone –branch 17.0 https://github.com/Smile-SA/odoo_addons.git`
- `git clone –branch 17.0 https://github.com/OCA/social.git`
- `git clone –branch 17.0 https://github.com/OCA/web.git`

5. `pip install the requirements in requirements.txt in each of the repositories if there is a requirements.txt.

Expand Down

0 comments on commit e0e598c

Please sign in to comment.