Rs: HomeLast modification: 2008/07/20 23:55 |
|
---|---|
Home | |
ResourceSpaceResourceSpace is an open-source DAMS software app written in PHP and MySQL. It was originally written for Oxfam by Dan Huby and was later open-sourced. Notes
Install instructions
# mysql -u root
mysql> CREATE DATABASE resourcespace;
mysql> GRANT ALL ON resourcespace.* TO rs@localhost;
mysql> SET PASSWORD FOR rs@localhost = OLD_PASSWORD('rs');
mysql> \q
# mysql -u root -p resourcespace < resourcespace.sql
$mysql_server="localhost"; # Use 'localhost' if MySQL is installed on the same server as your web server.
$mysql_username="rs"; # MySQL username
$mysql_password="rs"; # MySQL password
$mysql_db="resourcespace"; # MySQL database name
$baseurl="http://localhost/ResourceSpace"; # The 'base' web address for this installation. Note: no trailing slash
$email_from="my@email.com"; # Where e-mails appear to come from
$email_notify="my@email.com"; # Where resource/research/user requests are sent
$spider_password="xxxxxxxx"; # The password required for spider.php - IMPORTANT - randomise this for each new
# installation. Your resources will be readable by anyone that knows this password.
|
|
QuokkaWiki 0.8.16
2018/04/23 19:23 -- 54.196.47.145 |