README.md 394 Bytes
Newer Older
Igor Pečovnik's avatar
Igor Pečovnik committed
1
2
3
Debian-micro-home-server
========================

Igor Pečovnik's avatar
Igor Pečovnik committed
4
Samba, TV headend, CUPS, scanner + buttons + OCR, Postfix, Dovecot, Apache, PHP, Mysql install
Igor Pečovnik's avatar
Igor Pečovnik committed
5
6
7
8
9
10
11
12
13
14
15
16

Installation steps
------------------

```shell
sudo apt-get -y install git
cd ~
git clone https://github.com/igorpecovnik/Debian-micro-home-server
chmod +x ./Debian-micro-home-server/install.sh
cd ./Debian-micro-home-server
sudo ./install.sh
```