Install
Version 1.0.3 | ZeBase_1.0.3.zip |
Wizard Installation
- Unzip and copy files to webserver
- Navigate to the <your domain>/install.php
- Update the configuration files
- Press next button to create the database
Configuration Files
site root/config.main.php | $config["base_url"] = ""; $config["index_page"] = "index.php"; $config["uri_protocol"] = "AUTO"; $config["email_protocol"] = "sendmail"; $config["mailpath"] = "/usr/bin/sendmail"; $config["smtp_host"] = ""; $config["smtp_user"] = ""; $config["smtp_pass"] = ""; $config["smtp_port"] = "25"; $config["smtp_timeout"] = "5"; $config['log_threshold'] = 4; |
site root/config.db.php | $config["db"]["hostname"] = "localhost"; $config["db"]["username"] = ""; $config["db"]["password"] = ""; $config["db"]["database"] = ""; $config["db"]["db_debug"] = "TRUE"; $config["db"]["dbdriver"] = "mysql"; |
System Requirements
Server
- Mysql 5.1.41
- PHP 5.3.2
Client
Laptop/Desktop – for scanning and label printing in the facility (optional)
- Loaded with an Operating System as specified by your scanning device.
Our implementation
- Laptop - Mac Powerbook, OSX 10.4
- WASP Bluetooth wireless handheld scanner - WWS500
- Label printer – Brother
User access control
- Standard user
- Update and create new batches
- Scanner function
- Print labels
- View stats and reports
- Administrator
- Update and create new batches
- Scanner function
- Print labels
- View stats and reports
- Create/Modify user accounts,Mutants,Transgenes,Strains,Tanks
- Delete batches
Required Abilities(to install the necessary files)
- Unix Administrator (to assist with automating reports)
- Web administrator with the ability to upload files to the server and execute SQL commands.