Menu

Tree [r4] /
 History

HTTPS access


File Date Author Commit
 classes 2010-11-26 mescuder [r2] Added all folders
 doc 2011-01-12 mescuder [r4] Add global_functions and doc
 global 2011-01-12 mescuder [r4] Add global_functions and doc
 images 2010-11-26 mescuder [r2] Added all folders
 modules 2010-11-26 mescuder [r2] Added all folders
 perl 2010-11-26 mescuder [r2] Added all folders
 python 2010-11-26 mescuder [r2] Added all folders
 sql 2011-01-12 mescuder [r4] Add global_functions and doc
 style 2010-11-26 mescuder [r2] Added all folders
 README 2010-11-26 mescuder [r1] First test
 default.php 2010-11-26 mescuder [r1] First test
 index.php 2011-01-12 mescuder [r3] Top Menu ready

Read Me

mysql
	user: knop
	password: fccs
	host: localhost

web
	password: knoplab



HOW TO INSTALL THE DATABASE AND THE APPLICATION ON A NEW LINUX SERVER


The script sql/create_db_user.sql must be used in mysql as root


Requirements:
 - PDO extension for PHP
 - stats module for PHP
 - Pylab library for Python must be installed and accessible for php. That means a ".matplotlib" directory must me created and writable in /var/www/
 - Spreadsheet::ParseExcel module for Perl
 - Statistics::Descriptive module for Perl
 - Data::Dumper module for Perl
 - DBI module for Perl
 - File::Glob module for Perl


Commands (as root, assuming a LAMP solution is already installed and works properly):

UBUNTU:
apt-get install php-mysql
apt-get install php5-dev
apt-get install python-numeric
apt-get install php-pear
cpan -i Spreadsheet::ParseExcel
pecl install stats (then add "extension=<path>/stats.so" in the php.ini file)
apt-get install python-matplotlib
mkdir /var/www/.matplotlib
chmod -R 777 /var/www/.matplotlib

REDHAT:
yum install php-mysql
yum install python-numeric
yum install php-pear
cpan -i Spreadsheet::ParseExcel
pecl install stats (then add "extension=<path>/stats.so" in the php.ini file)
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum install python-matplotlib
mkdir /var/www/.matplotlib
chmod -R 777 /var/www/.matplotlib
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.