View Source

h2. Example

# wget http://www.igniterealtime.org/builds/wildfire/wildfire_2_6_2.tar.gz
# tar xvfz wildfire_2_6_2.tar.gz
# cd wildfire/bin
# ./wildfire start
# Login to Wildfire admin console by going to http://localhost:9090
#* create an admin password
#* select to use the embedded database (easiest), or configure a mysql one if you want
#* select a domain name - if on same machine, use 'localhost'. Must be resolvable from lams server (WILDFIRE_DOMAIN value in lams.properties below).
#* disable 'show history' - see http://wiki.lamsfoundation.org/display/lamsdocs/Installing+Wildfire+for+LAMS
# wget http://saturn.melcoe.mq.edu.au/installers/lams-unix-installer-2.0.4.tar.gz
# sudo apt-get install sun-java5-jdk mysql-server-5.0
# tar xvfz lams-unix-installer-2.0.4.tar.gz
# cd lams-unix-installer
# (edit lams.properties)
# ./install-lams.sh