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

Igor Pečovnik's avatar
changes    
Igor Pečovnik committed
4
Samba, TV headend, Transmission, BitTorrent Sync, SoftEther VPN server, CUPS, scanner + buttons + OCR, Postfix, Dovecot, Apache2, PHP, Mysql + phpMyAdmin install, ISPConfig 3
Igor Pečovnik's avatar
Igor Pečovnik committed
5

Igor Pečovnik's avatar
Igor Pečovnik committed
6
7
8
Tips:
- disable Ramlog (service ramlog disable;reboot) before running install. Ramlog is default in my Cubieboard Debian.
- set fixed ip address
Igor Pečovnik's avatar
Igor Pečovnik committed
9
- installation is based on http://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3
Igor Pečovnik's avatar
Igor Pečovnik committed
10

Igor Pečovnik's avatar
Igor Pečovnik committed
11
12
13
14
15
16
17
18
19
20
21
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
```