Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-aslan authored Dec 8, 2024
1 parent 3d67f9d commit d48bcf5
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<center>

# Smart Home Server

<b>MQTT and Telegram [SmartHome](https://github.com/ben-aslan/SmartHome)</b><br>
<sub>(Tested on Ubuntu 22.04 & 24.04)</sub>

</center>

<hr>

## Table of Contents

- [Installation](#installation)

## Installation

Installation with docker:

Install docker

```bash
curl -fsSL https://get.docker.com | sh
```

```bash
mkdir /opt/SmartHomeServer
cd /opt/SmartHomeServer
```

```bash
curl -O -L "https://raw.githubusercontent.com/ben-aslan/SmartHomeServer/Main/docker-compose.yml";
```

```bash
mkdir Logs
```

```bash
docker compose up -d
```

0 comments on commit d48bcf5

Please sign in to comment.