Skip to content

alachaum/timetrex

 
 

Repository files navigation

TimeTrex Workforce Management

INSTALLATION INSTRUCTIONS

1. Confirm that your system meets the TimeTrex minimum requirements.
	- PHP v5.3+ or greater
	- PostgreSQL v9.0+ or MySQL v5.5+ (PostgreSQL is highly recommended)

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_(linux|windows) 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. *VERY IMPORTANT* No really, create a backup of all your TimeTrex data including your
   timetrex.ini.php file, as it contains a cryptographic salt that if you lose you will
   not be able to login to TimeTrex or access encrypted data ever again.
   
   **BE SURE TO BACKUP YOUR TimeTrex DATABASE AND YOUR timetrex.ini.php FILE!**

3. Unzip TimeTrex zip overtop of your current installation.

4. Edit timetrex.ini.php in your new TimeTrex directory and set:
	installer_enabled = TRUE

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.3%
  • JavaScript 17.5%
  • C 1.2%
  • HTML 0.9%
  • CSS 0.3%
  • Smarty 0.2%
  • Other 0.6%