Update README.md

This commit is contained in:
Chris Miles 2017-10-04 23:15:31 -05:00 committed by GitHub
parent b00eb620c7
commit 040df51a76

View File

@ -24,11 +24,10 @@
* [SMS - Simple Format](#sms---simple-format) * [SMS - Simple Format](#sms---simple-format)
- [Installation](#installation) - [Installation](#installation)
* [Install NodeJS (If not installed)](#install-nodejs--if-not-installed-) * [Install NodeJS (If not installed)](#install-nodejs--if-not-installed-)
* [Install Glass](#install-glass) * [Install Glass (as root)](#install-glass--as-root-)
* [Apparmor (Ubuntu LTS)](#apparmor--ubuntu-lts-) * [Apparmor](#apparmor)
+ [Option 1) Add file exemptions to apparmor (For glass and dhcpd)](#option-1--add-file-exemptions-to-apparmor--for-glass-and-dhcpd-)
+ [Option 2) Disable completely (not recommended)](#option-2--disable-completely--not-recommended-)
* [Glass Configuration](#glass-configuration) * [Glass Configuration](#glass-configuration)
* [Glass Process Keepalive](#glass-process-keepalive)
* [Secure your Server](#secure-your-server) * [Secure your Server](#secure-your-server)
+ [iptables (Recommended)](#iptables--recommended-) + [iptables (Recommended)](#iptables--recommended-)
* [Building dhcpd-pools (Optional)](#building-dhcpd-pools--optional-) * [Building dhcpd-pools (Optional)](#building-dhcpd-pools--optional-)
@ -150,10 +149,10 @@ npm install
npm start npm start
</pre> </pre>
* For Debian this is all that is needed and Glass should start immediately * For Debian this is all that is needed and Glass should start immediately, you can browse via http://server-ip:3000
* For Ubuntu users - you will have additional Apparmor config to add * For Ubuntu users - you will have additional Apparmor config to add
* **Highly Recommended** to iptables port 3000 to close off Glass if you are facing the public on your server * **Recommended** to iptables port 3000 to close off Glass if you are facing the public on your server
* [Glass Process Keepalive](#glass-process-keepalive) * **Recommended** to keep Glass up through reboots, see [Glass Process Keepalive](#glass-process-keepalive)
## Apparmor ## Apparmor