Hi All, i would like to run the following web application on sme 7.4 and don’t know how to do this. I found it on sourceforge and its called Asset-Tracker
http://sourceforge.net/projects/asset-tracker/It requires php, php mysql extensions, mysql, and a web server. Ive got the instructions for installation but need some help please!
Quick install instructions:
---------------------------
make sure you already have php, php mysql extensions, mysql, and a web server installed
unpack archive into a directory where your web server can see/execute it
make sure everything in the wwwroot and config directories is readable by the web server
make wwwroot the root directory for your Asset-Tracker web server
(see example in docs/web_configs)
ensure that your web server has enabled http authentication on asset-tracker
(see examples in docs/web_configs)
create a database in mysql for Asset-Tracker data to live in
I recommend you create a mysql user specifically for access to this database
add database connection information to settings/database_settings.conf
Modify docs/mysql_dumps/system-setup to contain your uid (see comments in the system-setup file for details)
import the mysql dump in docs/mysql_dumps/system-setup
import the mysql dump in docs/mysql_dumps/sample_assets so you can see an example of a working/correct setup