Step 1: Download the setup file from here
Step 2: Install the Time Champ set up file
Open Terminal
Note: If you are running the setup file from a standard user use the following commands for adding sudoers list.
su <superusername>
sudo usermod -aG sudo <username>
su <username>
If you want to remove the sudoers list after running use the following command
sudo deluser <username> sudo
Move to the directory where the .bash file is downloaded
Give the permissions to run the .bash file by typing the following command
$ chmod 777 timechamp-linux_32bit-setup.bash
Run the .sh file by typing the following command
$ ./timechamp-linux_32bit-setup.bash
Check for the timechamp.desktop file in following directory
$ ~/home/.config/autostart
If it exists ignore the below steps
If it doesn’t exist follow the steps given below
Open Terminal
$ mkdir .config/autostart
download the file from here
Add the downloaded file to the autostart folder
Starting the Time Champ:
Run the below command by replacing companysiteaddress, username and password in the terminal
nohup ~/.local/share/timechamp/application/timechamp/timechamp --company=[COMPANYSITEADDRESS] --username=[USERNAME] --password=[PASSWORD] --clear &
Note:
examples command:
nohup ~/.local/share/timechamp/application/timechamp/timechamp --company=example.snovasys.io --username=example.mail.com --password=ThisIsMyPassword123! --clear&
Comments
0 comments
Please sign in to leave a comment.