# How to Set up Odoo on Windows (By Winnie Chen)
## 1. Download Docker Windows Desktop Version
https://docs.docker.com/desktop/install/windows-install/


## 2. Download Docker compose and Add On from Github
https://github.com/minhng92/odoo-11-docker-compose

## 3. Decompressed the zipfile and the directories will look like below

## 4. Right Click on [addons] folder, select [Properties(內容)], and "Uncheck" the "Readonly(唯讀)", then select [Confimed(確定)]


## 5. Right Click on [addons] folder, select [Properties(內容)], and "Uncheck" the "Readonly(唯讀)", then select [Confimed(確定)]


## 6. Input [cmd] on Windows Search textbox, open command line(命令提示字元)

## 7. Go to the folder where you have decompressed the zip folder
** CD (go to certain directory)
** DIR (list files under certain directory)

## 8. Input Command [docker-compose up]

## 9. The docker will start to pull the image, wait until the container is fully started


## 10. Goto page http://localhost:8070/web/login

