Eventum Windows Installation
Jan 05, 2014 EVENTUM - INSTALLATION AND CONFIGURATION Eventum is a user-friendly and flexible issue tracking system that can be used. HP SERVERS NIC TEAMING IN WINDOWS. Before starting, check System Requirements first. Installation is pretty simple and quick. Download the latest release tarball, and unpack it. Eventum already bundles.
Doing a fresh install Navigate this page: • • • • • • • • • • • • • • Installation Process Before starting, check first. Installation is pretty simple and quick. Download the tarball, and unpack it. Eventum already bundles PHP libraries that it needs to work properly, see docs/DEPENDENCIES.md from release tarball for details. Point your webserver to that /path-to-eventum/htdocs/. Open it up with your browser and Eventum should redirect you to the installation screen, and it will try to guess some of required parameters, like path in the server and etc. PLEASE NOTE: The whole eventum directory should NOT be accessible under the webserver, only /path-to-eventum/htdocs/ If Eventum's installation script finds that it needs a few directories or permissions changed, it will print the warnings before actually displaying the installation screen.
Just fix what it says is wrong/missing and everything should go well. After the installation is done, you should go and take all of the available privileges from the htdocs/setup directory, so other people are not allowed to go in there and mess with your configuration. IMPORTANT: If you already have an installation of Eventum, please read the file. IMPORTANT: If you are having trouble getting Eventum to work, please read the trouble shooting section of the file.
IMPORTANT: By default, the admin user login is set to to during installation. Be sure to change this to a valid email address with a new password immediately.
Note that eventum will attempt to send the new password to the specified address, which should be valid to prevent the password from being exposed if the email is bounced. Scheduled Tasks Regular maintenance in Eventum is accomplished by running scheduled tasks or cron jobs. Alternatively, some of these tasks may be performed with a GET request to a URL, if administrative access is not available on the host machine to run the scripts directly from the filesystem. It may be desirable to limit access to these URLs, in such a case. NOTE: Be sure to specify the path to the same PHP binary used by the web server in all cron entries. This is especially important on machines with multiple installations of PHP.
Mail Queue Process (process_mail_queue.php) In Eventum, emails are not sent immediately after clicking on the send button. Instead, they are added to a mail queue table that is periodically processed by a cron job or scheduled task. Installing Entry Door Concrete Slab.
If an email cannot be sent, it will be marked as such in the mail queue log, and sending will be retried whenever the process_mail_queue.php script is run. The SMTP server that Eventum uses to send these queued emails must be specified in: Administration >>>General Setup >SMTP (Outgoing Email) Settings This cron example will run the script every minute: * * * * * /bin/process_mail_queue.php There is a lock file that prevents the system from running multiple instances of the mail queue process. If you would like to keep the size of your mail queue table down you can truncate (remove the body of) messages that are older then 1 month by running the bin/truncate_mail_queue.php script.