This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:install_ubuntu_node_js [2016/10/19 17:18] – [Add start-up script] admin | getting_started:install_ubuntu_node_js [2016/10/20 13:37] (current) – admin | ||
---|---|---|---|
Line 36: | Line 36: | ||
* Everything is now installed that we will need to enable us to serve the FreeRADIUS log file in real-time using Node.js, Websocket and Socet.IO. | * Everything is now installed that we will need to enable us to serve the FreeRADIUS log file in real-time using Node.js, Websocket and Socet.IO. | ||
* We need to install a start-up file, start the Node.js server up and confirm that it works. | * We need to install a start-up file, start the Node.js server up and confirm that it works. | ||
- | * The sample start-up script is found under /// | + | * The sample start-up script is found under /// |
<code bash> | <code bash> | ||
- | # This is the old legacy **System V** file. We will call it from **Systemd** | + | #The systemd startup file |
- | sudo cp / | + | |
- | + | ||
- | # | + | |
sudo cp / | sudo cp / | ||
Line 74: | Line 71: | ||
===== Next steps ===== | ===== Next steps ===== | ||
* If you are simply looking for a RADIUS server; you are done. | * If you are simply looking for a RADIUS server; you are done. | ||
- | * If you are deploying CoovaChilli Captive Portals or Mikrotik Hotspots you must try the [[ Getting Started:install_ubuntu_dynamic_logins|Dynamic Login Pages ]](optional but recommended). | + | * If you are deploying CoovaChilli Captive Portals or Mikrotik Hotspots you must try the [[ Getting Started:install_ubuntu_dynamic_login|Dynamic Login Pages ]](optional but recommended). |
* If your server has two network cards and you want to install CoovaChilli on it as a captive portal; follow these instructions: | * If your server has two network cards and you want to install CoovaChilli on it as a captive portal; follow these instructions: | ||
* [[getting_started: | * [[getting_started: | ||