Difference between revisions of "CISN Display CentOS"
From Stadm
Jump to navigationJump to searchLine 6: | Line 6: | ||
A complementary component would be a waveform viewer showing seismograms (in real time) from various locations around | A complementary component would be a waveform viewer showing seismograms (in real time) from various locations around | ||
California (or beyond), but we have not had time to mount a concerted effort along those lines yet. | California (or beyond), but we have not had time to mount a concerted effort along those lines yet. | ||
+ | |||
+ | * http://private.nees.ucsb.edu/wiki/index.php/CISN_Kiosk_(centOS)_setup_notes_-_SBMNH - additional notes on EEG wiki | ||
==Historical Notes== | ==Historical Notes== | ||
*http://wiki.eri.ucsb.edu/stadm/CISN_Display | *http://wiki.eri.ucsb.edu/stadm/CISN_Display |
Latest revision as of 10:13, 27 September 2016
Contents
Introduction
This page will attempt to document the creation of a kiosk type display of the CISN Display. The CISN Display software displays near real-time earthquake location information available via the network. A complementary component would be a waveform viewer showing seismograms (in real time) from various locations around California (or beyond), but we have not had time to mount a concerted effort along those lines yet.
- http://private.nees.ucsb.edu/wiki/index.php/CISN_Kiosk_(centOS)_setup_notes_-_SBMNH - additional notes on EEG wiki
Historical Notes
Installation Guide
Setup
- Install centos 6 on a compatible system, we will use a script that runs off this machine
- note:have not tested on centos minimal, install centos with a gui, script can be run remotely
- once installed run the following script to get the CISN Display installed as a kiosk
- Download Media: make_cisn.sh
Additional Steps
- after restart you have to type in credentials for cisn_display
- set a password for the kiosk user
- add a sleep and reboot to the crontab
#Sleep at 8pm everyday for 11 hours, reboot at 7:30 am 0 20 * * * /usr/sbin/rtcwake -m mem -s 39600 30 7 * * * /sbin/shutdown -r now