Hi
I tried the .run and it seemed to install
I done the starting and all i get is starting...............starting seemed to have failed.
if i a do ls on /opt there is nothing in there.
Im lost..someone please help.
If it could be installed for me would be great..
Thanks Tony..
Have you run it as a root user?
Yes, Logged in as root, copied it to /var/www/html and then
typed chmod +x traccar.run
./traccar.run
/opt/traccar/bin/traccar start
This is a really cool project..
Installer can accept following command line arguments:
- --keep : Prevent the files to be extracted in a temporary directory that will be removed after the embedded script's execution. The files will then be extracted in the current working directory and will stay here until you remove them.
- --verbose : Will prompt the user before executing the embedded command
- --target dir : Allows to extract the archive in an arbitrary place.
- --nox11 : Do not spawn a X11 terminal.
- --confirm : Prompt the user for confirmation before running the embedded command.
- --info : Print out general information about the archive (does not extract).
- --lsm : Print out the LSM entry, if it is present.
- --list : List the files in the archive.
- --check : Check the archive for integrity using the embedded checksums. Does not extract the archive.
- --nochown : By default, a "chown -R" command is run on the target directory after extraction, so that all files belong to the current user. This is mostly needed if you are running as root, as tar will then try to recreate the initial user ownerships. You may disable this behavior with this flag.
- --tar : Run the tar command on the contents of the archive, using the following arguments as parameter for the command.
- --noexec : Do not run the embedded script after extraction.
You can try to use those to extract files manually and copy them into /opt/traccar
.
Hi
I tried the .run and it seemed to install
I done the starting and all i get is starting...............starting seemed to have failed.
if i a do ls on /opt there is nothing in there.
Im lost..someone please help.
If it could be installed for me would be great..
Thanks Tony..