diff --git a/applications.rst b/applications.rst index 8800e9fc1..64f332875 100644 --- a/applications.rst +++ b/applications.rst @@ -15,4 +15,4 @@ Applications point_of_sale project getting_started/documentation - website/seo + website diff --git a/website.rst b/website.rst index d43371371..b994427ff 100644 --- a/website.rst +++ b/website.rst @@ -1,4 +1,4 @@ -:banner: banners/getting_started.jpg +:banner: banners/seo.jpg ======= Website @@ -8,3 +8,4 @@ Website :titlesonly: website/seo + website/google_analytics diff --git a/website/google_analytics.rst b/website/google_analytics.rst new file mode 100644 index 000000000..484ad85f8 --- /dev/null +++ b/website/google_analytics.rst @@ -0,0 +1,53 @@ +:banner: banners/getting_started.jpg + +================ +Google Analytics +================ + +To setup the signin process with Google, first you have to perform the following steps: + + +- Connect on your google account and go to https://console.developers.google.com + +- Click on **Create Project** and enter a project name + + .. image:: media/GC_create_project.png + :align: center + + .. image:: media/GC_new_project.png + :align: center + +- In the menu on left side, select the sub menu APIs (from menu APIs and auth) and activate **"Analytics API"** by clicking on button "OFF". + When it's done, check that the button of **"Calendar API"** is well in green and with text "ON" + + .. image:: media/GC_API.png + :align: center + + .. image:: media/GC_off_api.png + :align: center + + .. image:: media/GC_on_api.png + :align: center + +- In the menu on left side, select the sub menu **"Credentials"** (from menu APIs and auth) and click on button **"Create New Client ID"** + + .. image:: media/GC_credentials.png + :align: center + + .. image:: media/GC_create_new_client_id.png + :align: center + +- Fill in the Name of application and check that the platform is well on **"Web Application"**. + You should now configure the allowed pages on which you will be redirected. To do it, you need to complete the field **"Redirect RI"** + and set as value (your own domain followed by ``/google_account/authentication``) : + You can now click on **"Create Client ID"** + + .. image:: media/GC_client_id.png + :align: center + +- Once done, you will have the both informations (**Client ID** and **Client Secret**) that you need to insert in the 2 fields below ! + + .. image:: media/GC_copy.png + :align: center + +- Click on **Apply** diff --git a/website/media/GC_API.png b/website/media/GC_API.png new file mode 100644 index 000000000..3d3d39bbe Binary files /dev/null and b/website/media/GC_API.png differ diff --git a/website/media/GC_Project.png b/website/media/GC_Project.png new file mode 100644 index 000000000..d7a3ab5cd Binary files /dev/null and b/website/media/GC_Project.png differ diff --git a/website/media/GC_client_id.png b/website/media/GC_client_id.png new file mode 100644 index 000000000..0f5b3f376 Binary files /dev/null and b/website/media/GC_client_id.png differ diff --git a/website/media/GC_copy.png b/website/media/GC_copy.png new file mode 100644 index 000000000..d6aeec75b Binary files /dev/null and b/website/media/GC_copy.png differ diff --git a/website/media/GC_create_new_client_id.png b/website/media/GC_create_new_client_id.png new file mode 100644 index 000000000..cb8c66cbc Binary files /dev/null and b/website/media/GC_create_new_client_id.png differ diff --git a/website/media/GC_create_project.png b/website/media/GC_create_project.png new file mode 100644 index 000000000..4a45286ab Binary files /dev/null and b/website/media/GC_create_project.png differ diff --git a/website/media/GC_credentials.png b/website/media/GC_credentials.png new file mode 100644 index 000000000..5a2927ad5 Binary files /dev/null and b/website/media/GC_credentials.png differ diff --git a/website/media/GC_enable_api.png b/website/media/GC_enable_api.png new file mode 100644 index 000000000..e0390826c Binary files /dev/null and b/website/media/GC_enable_api.png differ diff --git a/website/media/GC_new_project.png b/website/media/GC_new_project.png new file mode 100644 index 000000000..730c9291a Binary files /dev/null and b/website/media/GC_new_project.png differ diff --git a/website/media/GC_off_api.png b/website/media/GC_off_api.png new file mode 100644 index 000000000..693042665 Binary files /dev/null and b/website/media/GC_off_api.png differ diff --git a/website/media/GC_on_api.png b/website/media/GC_on_api.png new file mode 100644 index 000000000..1aed345ae Binary files /dev/null and b/website/media/GC_on_api.png differ diff --git a/website/seo.rst b/website/seo.rst index f654253dd..17ec81b63 100644 --- a/website/seo.rst +++ b/website/seo.rst @@ -1,8 +1,6 @@ -:banner: banners/seo.jpg - -======= -Website -======= +========================== +Search Engine Optimisation +========================== How is SEO handled in Odoo? ===========================