forked from maggsta/openzim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.ubuntu
45 lines (34 loc) · 1.19 KB
/
README.ubuntu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0. Alles als root machen
sudo su -
1. Software Abhängigkeiten installieren
- apt-get install apache2 mysql-server php5 php5-mysql php5-gd git-core xsltproc
- Für das MySql root Passwort "test" verwenden
2. PHP Zeityone setzen
- In /etc/php5/apache2/php.ini UND /etc/php5/cli/php.ini
- Semikolon vor dat.timezone entfernen und Zeitzone eintragen
- z.B.:
gedit /etc/php5/apache2/php.ini
date.timezone=Europe/Berlin
3. openZIM Repository clonen / openZim installieren
- Beispielhaftes Installationsverzeichniss: /var/www/openzim
- cd /var/www
- git clone https://github.com/maggsta/openzim.git
- cd openzim
- ./install.sh
4. Apache konfigurieren
- in /etc/apache2/sites-available/default :
- z.B. gedit /etc/apache2/sites-available/default
- DocumentRoot ändern:
- DocumentRoot /var/www/ -> DocumentRoot /var/www/openzim/web
- Unter DocumentRoot folgenden Text einfügen:
<Directory /var/www/openzim/web>
Options FollowSymLinks
AllowOverride All
</Directory>
- Rewrite aktivieren:
- a2enmod rewrite
- Apache neu starten:
- service apache2 restart
5. OpenZim öffnen mit Firefox: localhost
Benutzer: admin
Passwort: admin