EasyHospot 0.2 comes with git repository, which means it gives us an easy way to update the code. This is how to update your current installation with the lastest release :
- Go to EasyHotspot directory
- Pull new patches
cd /opt/local/web/easyhotspot
git pull
Its very handy if you we want to update (bug fixes/ new features).
February 8th, 2010 on 5:37 am
Updating dc29640..a0f9d2d
error: Entry ‘htdocs/system/application/config/config.php’ not uptodate. Cannot merge.
any idea?
March 17th, 2010 on 9:50 am
mau tanya klo fungsi tabel radreply untuk apa ya?
March 28th, 2010 on 9:58 am
Hi
This project looks really interesting – I’d like to use it to provide limited wifi access during a conference I’m arranging for a non profit group I volunteer with.
However I’m having problems configuring my connection on eth1 to my wifi router. I have my primary connection on eth0 set to the Internet gateway of 192.168.0.1. The default IP address for the secondary router(wifi) on eth1 is 192.168.1.1 I’m not sure if I should change this. Using another computer I can login via http://192.168.182.1:3990/prelogin. I have setup a test user and can login. But the test user cannot fetch external web pages such as http://www.google.com – they just time out. Looks like a DNS or routing problem. Do you have any hints on how to resolve this, or what I should check first ?
Many thanks
David
April 15th, 2010 on 9:50 am
untuk memberikan attribute balik kepada user setelah selesai proses otorasi oleh captive portal
April 15th, 2010 on 9:52 am
try to stash it first :
git stash
git pull origin master
git stash apply