Menu

Tree [r16] /
 History

HTTPS access


File Date Author Commit
 apps 2010-10-23 killerbeaver [r14]
 sys 2010-10-29 killerbeaver [r16]
 README 2010-10-23 killerbeaver [r9]

Read Me

Requirements:

PHP 5.3
PHP Libraries: MDB2, MDB2#MySQL, Smarty



Installation:

1. Place framework into /var/zombie folder.
2. Set proper permissions:

	chmod -R 777 /var/zombie/apps/[yor_app_name]/tmp
	chmod -R 777 /var/zombie/apps/[yor_app_name]/log

3. Create a MySQL database. Run this SQL script:

CREATE TABLE IF NOT EXISTS `session_data` (
  `session_id` varchar(64) NOT NULL,
  `session_expire` int(10) unsigned NOT NULL,
  `session_data` text,
  `http_user_agent` varchar(128) DEFAULT NULL,
  UNIQUE KEY `session_id` (`session_id`),
  UNIQUE KEY `session_id_2` (`session_id`,`http_user_agent`,`session_expire`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

4. Modify configuration files located in /var/zombie/apps/[yor_app_name]/conf
5. PROFIT!


For more information contact Slava Yanson:
e: slava@killerbeaver.net
c: (323) 963-4787
aim/yahoo/skype: urbansoot
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.