> For the complete documentation index, see [llms.txt](https://alfredo-reyes-montero.gitbook.io/docker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alfredo-reyes-montero.gitbook.io/docker/application/openvino-smartcity/gitlab-repository.md).

# Gitlab Repository

1. Go to your Home directory

```
$ cd ~/
```

2\. Clone source code repository:

```
$ git clone https://github.com/Reyes-fred/SmartCity.git
```

3\. Change to smartCity directory:

```
$ cd SmartCity
```

4\. Clone WWW repository:

```
$ git clone https://github.com/Reyes-fred/www.git homeassistant/www
```

5\. Build, (re)create, start, and attach to SmartCity containers:

```
$ docker-compose pull
```
