You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alois-commits@incubator.apache.org by fl...@apache.org on 2010/11/30 20:32:44 UTC

svn commit: r1040764 - in /incubator/alois/trunk: INSTALL Makefile

Author: flavio
Date: Tue Nov 30 20:32:44 2010
New Revision: 1040764

URL: http://svn.apache.org/viewvc?rev=1040764&view=rev
Log:
Added additional INSTALL instructions for importing syslog

Modified:
    incubator/alois/trunk/INSTALL
    incubator/alois/trunk/Makefile

Modified: incubator/alois/trunk/INSTALL
URL: http://svn.apache.org/viewvc/incubator/alois/trunk/INSTALL?rev=1040764&r1=1040763&r2=1040764&view=diff
==============================================================================
--- incubator/alois/trunk/INSTALL (original)
+++ incubator/alois/trunk/INSTALL Tue Nov 30 20:32:44 2010
@@ -23,7 +23,8 @@ libraries installed on your system.
 # creates new sqlite databases
  make init-db
 
-TODO: Create script to fill sqlite db with local logs
+# to pipe some logs (e.g. new syslog messages) into ALOIS use:
+ tail -n0 -f /var/log/messages | GEM_HOME=<<svn-root>>/gems/ ruby <<svn-root>/prisma/bin/prisma stdin
 
 # change into rails directory
  cd <<svn root>>/rails
@@ -31,6 +32,14 @@ TODO: Create script to fill sqlite db wi
 # to start server
  ./script/server
 
+ALOIS home can now be accessed at http://localhost:3000/
+To get an overview of available tables and data goto: http://localhost:3000/table
+To get a list of all configured views goto: http://localhost:3000/views/list
+
+NOTE: If you use ALOIS locally, no munin statistics are available and there
+are other issues that are not yet working with the sqlite database yet (like
+some filtering methods).
+
 == Debian installation
 Add the following sources:
  deb http://www.backports.org/debian lenny-backports main

Modified: incubator/alois/trunk/Makefile
URL: http://svn.apache.org/viewvc/incubator/alois/trunk/Makefile?rev=1040764&r1=1040763&r2=1040764&view=diff
==============================================================================
--- incubator/alois/trunk/Makefile (original)
+++ incubator/alois/trunk/Makefile Tue Nov 30 20:32:44 2010
@@ -78,6 +78,7 @@ init-db:
 	cd prisma/ ; ruby bin/prisma load prisma
 	cd prisma/ ; ruby bin/prisma load pumpy
 	$(RAKE_COMMAND) "db:schema:load"
+	ruby rails/script/load_default_working_items 1>/dev/null 2>/dev/null
 
 build: init-dirs rails/java/CreateChart.class init-plugins
 	touch alois-build