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

Samba, TV headend, CUPS, scanner, 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
```