comparison README @ 43:1dbb3e3c8691

added database init sample in the README file.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Fri, 17 Oct 2008 02:10:33 +0800
parents 0644b53fd3af
children 4d59ba5905f6
comparison
equal deleted inserted replaced
42:0644b53fd3af 43:1dbb3e3c8691
13 scores.pl - scan and update the scores of accounts. 13 scores.pl - scan and update the scores of accounts.
14 sheep.pl - find the sheep to kill, takes coordinate or default world view. 14 sheep.pl - find the sheep to kill, takes coordinate or default world view.
15 15
16 = HOWTO = 16 = HOWTO =
17 * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql 17 * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql
18 $ cat ikariam.sql|sqlite3 ikariam.sqlite
18 * Create the config file, at ${HOME}/.eagleeye.pm. The file content are 19 * Create the config file, at ${HOME}/.eagleeye.pm. The file content are
19 package main; 20 package main;
20 21
21 $::server = 's2.ikariam.tw'; 22 $::server = 's2.ikariam.tw';
22 $::user = "chihchun"; 23 $::user = "chihchun";