Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
dapnetnodeinstall [2018/03/07 12:42] dh3wr [Installation of DAPNET-Web] |
dapnetnodeinstall [2018/10/23 09:22] (aktuell) df2et [Installation DAPNET-Core] |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Installation procedure for new DAPNET node ====== | ====== Installation procedure for new DAPNET node ====== | ||
| + | <color #ed1c24> | ||
| + | ATTENTION: Due to serious problems of the current version of DAPNET-CORE we do not accept any new cores. A new version overcoming this issues is in progress. If you want to run your own core, please wait for the new version being released!</color> | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| Zeile 84: | Zeile 86: | ||
| --> | --> | ||
| </code> | </code> | ||
| + | |||
| + | If you want the Core to bind to a specific address you can extend the TCP config | ||
| + | |||
| + | <code><TCP bind_port="7800" bind_addr="127.0.0.1" /></code> | ||
| {{:icons:warning.png |}}**Contact us or one of the existing Core sysops to have your node added and get the password**.{{ :icons:warning.png|}} | {{:icons:warning.png |}}**Contact us or one of the existing Core sysops to have your node added and get the password**.{{ :icons:warning.png|}} | ||
| Zeile 128: | Zeile 134: | ||
| The source code is already downloaded to <code>/opt/dapnet/Web</code>. Now install the apache2 webserver and the php module if not already present. | The source code is already downloaded to <code>/opt/dapnet/Web</code>. Now install the apache2 webserver and the php module if not already present. | ||
| - | <code>apt-get install apache2 libapache2-mod-php5</code> | + | <code>apt-get install apache2</code> |
| Edit <code>/etc/apache2/sites-available/000-default.conf</code> and change | Edit <code>/etc/apache2/sites-available/000-default.conf</code> and change | ||