README.md 813 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
Project realisation:
http://www.igorpecovnik.com/2013/12/10/micro-home-server/

Igor Pečovnik's avatar
Igor Pečovnik committed
9
Tips:
Igor Pečovnik's avatar
typo    
Igor Pečovnik committed
10
- disable Ramlog (service ramlog disable;reboot) before running install. Ramlog is default on my ARM Debian images.
Igor Pečovnik's avatar
Igor Pečovnik committed
11
- set fixed ip address
Igor Pečovnik's avatar
Igor Pečovnik committed
12
- 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
13

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