TimeTrex can be installed on Ubuntu / Debian Linux using either a .DEB or .ZIP file.
mv .deb /var/cache/apt/archives/.deb
add-apt-repository universe
apt-get install /var/cache/apt/archives/.deb
http:////interface/install/install.php
add-apt-repository universe
apt-get install unzip apache2 libapache2-mod-php php php8.1-cgi php8.1-cli php8.1-pgsql php8.1-pspell php8.1-gd php8.1-gettext php8.1-imap php8.1-intl php8.1-soap php8.1-zip php8.1-curl php8.1-ldap php8.1-xml php8.1-xsl php8.1-mbstring php8.1-bcmath postgresql
service apache2 restart
unzip .zip -d /var/www/html/
mv /var/www/html/TimeTrex_v/ /var/www/html/timetrex
mv /var/www/html/timetrex/timetrex.ini.php-example_linux /var/www/html/timetrex/timetrex.ini.php
nano /var/www/html/timetrex/timetrex.ini.php
mkdir -p /var/timetrex/storage
mkdir -p /var/log/timetrex
chgrp -R www-data /var/timetrex/
chmod 775 -R /var/timetrex
chgrp -R www-data /var/log/timetrex/
chmod 775 -R /var/log/timetrex
chgrp -R www-data /var/www/html/timetrex/
chmod 775 -R /var/www/html/timetrex/
sudo su postgres
psql
CREATE USER timetrex WITH CREATEDB CREATEROLE LOGIN PASSWORD 'password_here';
CREATE DATABASE timetrex;
\q
http:////interface/install/install.php
Thank you for choosing TimeTrex. We look forward to being part of your operational excellence.
See the following guides for instructions on installing TimeTrex for other operating systems:
Saving businesses time and money through better workforce management since 2003.
Copyright © 2024 TimeTrex. All Rights Reserved.