Where do I start in Windows XP after I download it?

Ask your questions regarding TimeTrex installation here.
Locked
savantelite
Posts: 29
Joined: Wed Aug 30, 2006 2:55 pm
Location: Wolf Point, MT
Contact:

Where do I start in Windows XP after I download it?

Post by savantelite »

Step 1) Downloaded TimeTrex_Standard_Edition_v1.1.0.zip from http://www.timetrex.com/download.php

Step 2) double clicked on file to Unzip the file

Step 3) ?
mikeb
Posts: 710
Joined: Thu Jul 27, 2006 11:58 am

Re: Where do I start in Windows XP after I download it?

Post by mikeb »

savantelite wrote:Step 1) Downloaded TimeTrex_Standard_Edition_v1.1.0.zip from http://www.timetrex.com/download.php

Step 2) double clicked on file to Unzip the file

Step 3) ?
You need to make sure you have Apache and PostgreSQL installed first. Check out http://apache2triad.net/ for help on that. Once that is complete take a look at the INSTALL.txt file in the TimeTrex .zip file, it should walk you through the next steps.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
savantelite
Posts: 29
Joined: Wed Aug 30, 2006 2:55 pm
Location: Wolf Point, MT
Contact:

Would XAMPP Windows 1.5.3a Work fine

Post by savantelite »

Here is a link

http://www.apachefriends.org/en/xampp-windows.html#641

this is what it has

* Apache 2.2.2
* MySQL 5.0.21
* PHP 5.1.4
* phpMyAdmin 2.8.1
* XAMPP Control Panel Version 2.3
* FileZilla FTP Server 0.9.16c

it seems more user freindly

what do you think
savantelite
Posts: 29
Joined: Wed Aug 30, 2006 2:55 pm
Location: Wolf Point, MT
Contact:

System Requirements

Post by savantelite »

The follow are the major system requirements for TimeTrex:

- Windows 2000/XP or Linux
- IIS or Apache web servers
- PHP v5.0 or greater with PEAR installed
- PostgreSQL v8.0 or greater

TimeTrex requires PHP v5.0 or greater because it utilizes many object orientated (OO) programming features that are only available in PHP v5+.
mikeb
Posts: 710
Joined: Thu Jul 27, 2006 11:58 am

Re: Would XAMPP Windows 1.5.3a Work fine

Post by mikeb »

savantelite wrote:Here is a link

http://www.apachefriends.org/en/xampp-windows.html#641

this is what it has

* Apache 2.2.2
* MySQL 5.0.21
* PHP 5.1.4
* phpMyAdmin 2.8.1
* XAMPP Control Panel Version 2.3
* FileZilla FTP Server 0.9.16c

it seems more user freindly

what do you think
Unfortunately it does not include PostgreSQL. However PostgreSQL is pretty easy to install on Windows anyways.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
savantelite
Posts: 29
Joined: Wed Aug 30, 2006 2:55 pm
Location: Wolf Point, MT
Contact:

Read Me

Post by savantelite »

TimeTrex Payroll and Time Management

INSTALLATION INSTRUCTIONS

1. Confirm that your system meets the TimeTrex minimum requirements.
- PHP v5.x or greater
- PostgreSQL v8.x or greater

2. Locate your webroot directory on your web server. This is the directory
on your web server where publicly accessilbe files are made available by your
web server. Common locations include:

/var/www/html/ (Linux/Apache)
C:\Inetpub\wwwroot\ (Windows/IIS)
C:\Program Files\Apache Group\Apache\htdocs\ (Windows/Apache)
/Library/Web server/Documents/ (MaxOS X/Apache)

3. Unzip the TimeTrex zip file into your webroot. A directory is automatically
created within webroot. Rename this directory if desired.

4. Rename timetrex.ini.php-example to timetrex.ini.php

5. Edit timetrex.ini.php and confirm that all paths are correct.
The installer will create and configure the database
for you, as well as modify other non-path settings for you.

6. Point your web browser to:
http://<web server address>/<timetrex directory>/interface/install/install.php
ie: http://localhost/timetrex/interface/install/install.php

7. Follow instructions



UPGRADE INSTRUCTIONS

1. *IMPORTANT* Create a backup of your current installation, including your TimeTrex database.

2. Unzip TimeTrex zip overtop of your current installation.

3. Edit timetrex.ini.php and set:
installer_enabled = TRUE

4. Point your web browser to:
http://<web server address>/<timetrex directory>/interface/install/install.php
ie: http://localhost/timetrex/interface/install/install.php

5. Follow instructions, TimeTrex will automatically upgrade
your database tables as necessary.
Locked