Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
f11:technik:raspberrypi:hotspotdm3kb:raspbeasyhpinst [2014/12/05 07:59]
dm3kb angelegt
f11:technik:raspberrypi:hotspotdm3kb:raspbeasyhpinst [2019/09/29 12:03] (aktuell)
Zeile 32: Zeile 32:
 root@raspberrypi:~# </code> root@raspberrypi:~# </code>
  
 +== Get Easy-Hotspot Files ===
 +Download easyhotspot web from https://github.com/rafeequl.
 +<code>
 +cd /opt
 +git clone https://github.com/rafeequl/EasyHotspot
 + </code>
  
 +== Extract EasyHotspot Image ===
 +
 +Extract downloaded EASY-Hotspot image to /opt.\\
 +As we are using CoovaChilly some directories could be already removed.\\
 +My /opt/EasyHotspot looks like this:
 + <code> 
 +/opt/EasyHotspot# ls -rtl
 +total 44
 +-rwxrwxr-x 1 pi pi   824 Oct 18 20:34 README
 +-rwxrwxr-x 1 pi pi  2544 Oct 18 20:34 license.txt
 +drwxrwxr-x 6 pi pi  4096 Oct 18 20:34 htdocs
 +dr--r--r-- 2 pi pi  4096 Oct 18 20:34 hotspot
 +-rw-rw-r-- 1 pi pi 17987 Oct 18 20:34 Easyhotspot-License.txt
 +drwxrwxr-x 2 pi pi  4096 Oct 18 20:34 doc
 +drwxrwxr-x 2 pi pi  4096 Oct 20 14:22 install
 +</code>
  
 == Link Easy-Hotspot htdocs to Apache2 https directory === == Link Easy-Hotspot htdocs to Apache2 https directory ===
Zeile 41: Zeile 63:
  
 == Set EASY-Hotspot DB credentials == == Set EASY-Hotspot DB credentials ==
 +Set the credentials that you plan to assign to the DB for EASY-Hotspot in  
 +[[f11:technik:raspberrypi:hotspotdm3kb:raspeasyhpdb|Setup DB]] 
 <code> <code>
 vi /opt/Easyhotspot/htdocs/system/application/config/database.php vi /opt/Easyhotspot/htdocs/system/application/config/database.php
Zeile 49: Zeile 72:
 $db['default']['hostname'] = "localhost"; $db['default']['hostname'] = "localhost";
 $db['default']['username'] = "easyhotspot"; $db['default']['username'] = "easyhotspot";
-$db['default']['password'] = "Easy54321";+$db['default']['password'] = "<password>";
 $db['default']['database'] = "easyhpradiusdb"; $db['default']['database'] = "easyhpradiusdb";
 $db['default']['dbdriver'] = "mysql"; $db['default']['dbdriver'] = "mysql";
Zeile 63: Zeile 86:
  
 == Set EASY-Hotspot generic credentials == == Set EASY-Hotspot generic credentials ==
-e.g. Name Address, decimal seperator, +e.g. Name Address, decimal seperator, Freeraduis Secret and so on:
 <code> <code>
 vi /opt/easyhotspot/htdocs/system/application/config/easyhotspot.php vi /opt/easyhotspot/htdocs/system/application/config/easyhotspot.php
Zeile 96: Zeile 119:
 $config['radiusserver'] = '127.0.0.1:3779'; $config['radiusserver'] = '127.0.0.1:3779';
 $config['radiuscommand'] = 'radclient -x'; $config['radiuscommand'] = 'radclient -x';
-$config['radiussecret'] = 'RaspiRadi1234';+$config['radiussecret'] = 'RaspiRadi';
  
  
Zeile 123: Zeile 146:
 </code> </code>
  
-=== Create fake chillyspot config file for EASY-Hotspot === +
-Save and then copy defaults to config in the same folder or create a link with ls +
-<code> +
-cp /etc/chilli/defaults /etc/chilli/config +
-</code>+
 [[f11:technik:raspberrypi:hotspotdm3kb|Back to HotSpot Overview-Page]]  [[f11:technik:raspberrypi:hotspotdm3kb|Back to HotSpot Overview-Page]] 
  
f11/technik/raspberrypi/hotspotdm3kb/raspbeasyhpinst.1417762782.txt.gz · Zuletzt geändert: 2019/09/29 12:01 (Externe Bearbeitung)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0