This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="refresh" content="1;url=http://<SITEADDRES>"> | |
| <script type="text/javascript"> | |
| window.location.href = "http://<SITEADDRES>" | |
| </script> | |
| <title>Page Redirection</title> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #completely uninstall poppet | |
| #WARNING it will delete all the data including the database | |
| rm -rf /usr/share/nginx/poppet | |
| rm -rf /etc/uwsgi | |
| rm -rf /etc/supervisor/conf.d/unifispot_celery.conf | |
| rm -rf rm -rf /etc/nginx/sites-enabled/wifiapp | |
| mysqladmin -uroot -p drop poppet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #upgrading from an earlier version to 1.1.0 and bewyond | |
| #location of uwsgi.ini have changed | |
| ln -sf /usr/share/nginx/poppet/scripts/uwsgi.ini /etc/uwsgi/vassals/uwsgi.ini | |
| cp /usr/share/nginx/poppet/scripts/uwsgi.conf /etc/init/ | |
| #supervisor may not have installed before | |
| apt-get install supervisor | |
| ln -sf /usr/share/nginx/poppet/scripts/supervisord.conf /etc/supervisor/conf.d/unifispot_celery.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="refresh" content="1;url=http://<SITEADDRES>/guest/s/<SITEID>/?ap=<unifi var="ap_mac" />&id=<unifi var="mac" />&ssid=<unifi var="ssid" />"> | |
| <script type="text/javascript"> | |
| window.location.href = "http://<SITEADDRES>/guest/s/<SITEID>?ap=<unifi var="ap_mac" />&id=<unifi var="mac" />&ssid=<unifi var="ssid" />" | |
| </script> | |
| <title>Page Redirection</title> | |
| </head> |