Skip to content

Commit

Permalink
changing demo url on testing local section
Browse files Browse the repository at this point in the history
  • Loading branch information
iferreira committed Sep 18, 2024
1 parent ca46032 commit 3b874b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/content/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We need to make clear that this hole documentation is about **Alokai + Odoo - Fr

## Alokai Community Projects explanation

We are Alokai partners, so we make part of Alokai open source community. We keep our available projects in Github Alokai Community (https://github.com/vuestorefront-community) to keep everyting working:
We are Alokai integrators partners, so we make part of Alokai open source community. We keep our available projects in Github Alokai Community (https://github.com/vuestorefront-community) to keep everyting working:

- **ODOO**: Here is where our developer team works to make everything working with the best performance and user experience as possible. It keeps composable logic, the API connections to ODOO world and a git submodule pointer to template-odoo repository.

Expand Down
10 changes: 3 additions & 7 deletions docs/content/2.general/2.testing-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Now you can watch and follow the steps in this video tutorial. Take your time :t

<iframe width="560" height="315" src="https://www.youtube.com/embed/Je3lN4H9LDo" title="Vue Storefront to Alokai journey with Odoo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>



## Before you start

Pre-requisites: Docker, Node.js (>=14.19.0), npm or similar and Git.
Expand All @@ -25,7 +23,7 @@ Last odoo **version** released: Clone the repo from (https://github.com/odoogap/

Its really convenient to test all the ecosystem Vuestorefront - Odoo Integration working in your local machine. We have prepared a docker-compose file that will help you to get started in a few minutes.

Inside the repo downloaded you can find the 17.0 package that contains a startup file _startup.sh_ bash script. It basically detects if _mount/extra-addons/graphql_vuestorefront_ exists or not then its going to clone the odoo alokai modules that you can also find at https://github.com/odoogap/vuestorefront.git
Inside the repo downloaded you can find the 17.0 package that contains a startup file _startup.sh_ bash script. It basically detects if _mount/extra-addons/graphql_vuestorefront_ exists or not then its going to clone the odoo alokai modules that you can also find at https://github.com/odoogap/storefront-ui

## Installation

Expand Down Expand Up @@ -66,20 +64,18 @@ docker-compose stop

**How to clear Odoo database?**

Running this command below it will stop all docker services and clears the Odoo local database.
Running this command below it will stop all docker services and clears the Odoo local database.

```bash
docker-compose down -v
```

**Handle caching with Redis**

The ```REDIS_ENABLED=true``` into .env file ensure that Redis is enabled to be used. It is used to cache all odoo datas that has been accessed by the browser. Running this command below it will clear the Redis database.
The `REDIS_ENABLED=true` into .env file ensure that Redis is enabled to be used. It is used to cache all odoo datas that has been accessed by the browser. Running this command below it will clear the Redis database.

```bash
docker exec -it redis redis-cli
127.0.0.1:6379> flushall
OK
```


0 comments on commit 3b874b1

Please sign in to comment.