Installation

From BioCASe Monitor Wiki
Revision as of 08:44, 4 January 2017 by Thomas.pfuhl (Talk | contribs)
Jump to: navigation, search

Contents

Versions >= 2.0

Get BioCASe Monitor Service from GitHub

Versions <=1.43

Get BioCASe Monitor Service from the VN repository

svn checkout http://svnrepo.biodiv.naturkundemuseum-berlin.de/repos/biocasemonitor --username public_user --password svn

Public acccess is possible with the following account data:

Username: public_user
Password: svn

Set up the service

 // -------      HERE YOU CAN MAKE YOUR INDIVIDUAL CONFIGURATION      ------- //



	/* Work directory that contains the folders "core", "images", "css" and "js" etc.  */

		// ... as URL
			$workdir = "http://edit.africamuseum.be/biocasemonitor";

		// and as absolute path
			define("WORK_DIR_FS", "/var/www/biocasemonitor_dev");



	/* Security */	

			define("SALT","BLMM@jrme-&a");

		// Set the MD5 encrypted password 	
			define("PWD",md5("MyPassword".SALT));

	

	/* Caching and Performance */

		// enable/disable caching
			$caching = true;
	
		// set interval for renewing the cache [in minutes]
			$caching_interval = 7 * 24 * 60;   // every 7 days
	


// -------      PLEASE DON'T CHANGE THIS CONFIGURATION      ------- //

(to be continued...)

Personal tools
Namespaces
Variants
Actions
Navigation
Help
Toolbox