From 3b874b10ff28b42b895f4abd15879bc726a224d0 Mon Sep 17 00:00:00 2001 From: iferreira Date: Wed, 18 Sep 2024 09:02:09 -0300 Subject: [PATCH] changing demo url on testing local section --- docs/content/1.index.md | 2 +- docs/content/2.general/2.testing-local.md | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 80bab21b..3ec57d47 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -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. diff --git a/docs/content/2.general/2.testing-local.md b/docs/content/2.general/2.testing-local.md index bb8bce53..28ce2331 100644 --- a/docs/content/2.general/2.testing-local.md +++ b/docs/content/2.general/2.testing-local.md @@ -13,8 +13,6 @@ Now you can watch and follow the steps in this video tutorial. Take your time :t - - ## Before you start Pre-requisites: Docker, Node.js (>=14.19.0), npm or similar and Git. @@ -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 @@ -66,7 +64,7 @@ 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 @@ -74,12 +72,10 @@ 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 ``` - -