ciao a tutti,
ho il mio webserver (iis 5) con php, e questo funziona regolarmente.
devo però installare anche orsee, che è un'applicazione per gestire degli esperimenti.
il problema è che quest'ultimo ha dei requisiti che non riesco a capire:
http://orsee.sourceforge.net/web/install_notes.php
codice:
This are short installation notes for ORSEE 2.0.2
The manual will contains a longer version.
When you upgrade from an older version of ORSEE, please read the UPGRADE.howto
PREREQUISITES
- a webserver (Apache preferred)
- PHP >=4.2.2 as cgi and on commandline (might also run on older versions)
with GD module (php-gd), MySQL module (php-mysql), Session module (php-session)
questi non so come metterli o come verificare se già li ho
- MySQL >=4.02 anche di questo ho la dll nella dir ext ma è sufficiente?
- cronjob access nebbia totale, che è?
BASIC INSTALLATION
1. Unpack ORSEE's tgz file in your webservers path. (Oh, you already did?)
2. Wanna rename the directory?
% mv orsee-2.0.2 yourdirname
3. Cd to the 'install' directory.
4. Create the mysql database. ?
5. Import the 'install.sql' file in the install dir
to your database:
% mysql databasename -uusername -ppassword < install.sql
6. Install the crontab named 'crontab-for-orsee'. Edit the settings
in this file to match your needs.
% crontab crontab-for-orsee
7. Browse to the 'config' dir. Edit the few settings in 'settings.php'.
8. Make sure that the 'usage' directory is writable for the user the
cronjob is running under.
9. Browse to your ORSEE installation: 'http://yourorseewebpath/admin'.
10. Login with username 'orsee_install' and password 'install'.
11. Done.
per ora se tento di aprire una pagina mi dice "Impossibile trovare il modulo specificato."
grazie per l'aiuto