Help intranet page
From Whitespace (Hackerspace Gent)
(Difference between revisions)
(Created page with "{{Project |Current=Yes }} == Intro == The idea is once your are connected to the network you can just type help in your browser and you will find the answers to common questio...") |
(→Setup) |
||
| Line 12: | Line 12: | ||
Is currently hosted on [[Audio_System]]. | Is currently hosted on [[Audio_System]]. | ||
* There is a DNS entry on the soekris in /etc/resolv.conf | * There is a DNS entry on the soekris in /etc/resolv.conf | ||
| − | * On audio there is | + | * On audio there is an IP address added to dev lo: |
** check the custom init script at /etc/init.d/extra-networking: | ** check the custom init script at /etc/init.d/extra-networking: | ||
<pre> | <pre> | ||
Revision as of 12:43, 14 October 2011
| Help intranet page |
|---|
|
| What: |
|
|
|
|
Intro
The idea is once your are connected to the network you can just type help in your browser and you will find the answers to common questions. For example:
- How do I play music/video in the space?
- How do I connect to the printer?
- Where can I get food?
- etc...
Setup
Is currently hosted on Audio_System.
- There is a DNS entry on the soekris in /etc/resolv.conf
- On audio there is an IP address added to dev lo:
- check the custom init script at /etc/init.d/extra-networking:
... $ ip addr add 172.22.32.20/32 dev lo $ ip addr show ...
- Apache config at: /etc/apache2/sites-available/help
... DocumentRoot /var/www/help ...
